Table of Contents

Namespace ReactiveUI.AndroidSupport

Classes

ControlFetcherMixin

ControlFetcherMixin helps you automatically wire-up Activities and Fragments via property names, similar to Butter Knife, as well as allows you to fetch controls manually.

ReactiveAppCompatActivity

This is an Activity that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).

ReactiveAppCompatActivity<TViewModel>

This is an Activity that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).

ReactiveDialogFragment

This is a Fragment that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).

ReactiveDialogFragment<TViewModel>

This is a DialogFragment that is both a DialogFragment and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).

ReactiveFragment

This is a Fragment that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).

ReactiveFragmentActivity

This is an Activity that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).

ReactiveFragmentActivity<TViewModel>

This is an Activity that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).

ReactiveFragment<TViewModel>

This is a Fragment that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).

ReactivePagerAdapter<TViewModel>

ReactivePagerAdapter is a PagerAdapter that will interface with a Observable change set, in a similar fashion to ReactiveTableViewSource.

ReactivePagerAdapter<TViewModel, TCollection>

ReactivePagerAdapter is a PagerAdapter that will interface with a Observable change set, in a similar fashion to ReactiveTableViewSource.

ReactivePreferenceFragment

This is a PreferenceFragment that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).

ReactivePreferenceFragment<TViewModel>

This is a PreferenceFragment that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).

ReactiveRecyclerViewAdapter<TViewModel>

An adapter for the Android Android.Support.V7.Widget.RecyclerView. Override the CreateViewHolder(ViewGroup, int) method to create the your ReactiveRecyclerViewViewHolder<TViewModel> based ViewHolder.

ReactiveRecyclerViewAdapter<TViewModel, TCollection>

An adapter for the Android Android.Support.V7.Widget.RecyclerView. Override the CreateViewHolder(ViewGroup, int) method to create the your ReactiveRecyclerViewViewHolder<TViewModel> based ViewHolder.

ReactiveRecyclerViewViewHolder<TViewModel>

A Android.Support.V7.Widget.RecyclerView.ViewHolder implementation that binds to a reactive view model.