The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ReactiveUI.AndroidX Namespace

Class Types

Class Summary
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).
ReactiveFragment<TViewModel> 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).
ReactivePagerAdapter<TViewModel, TCollection> ReactivePagerAdapter is a PagerAdapter that will interface with a Observable change set, in a similar fashion to ReactiveTableViewSource.
ReactivePagerAdapter<TViewModel> 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, TCollection> An adapter for the Android RecyclerView.
ReactiveRecyclerViewAdapter<TViewModel> An adapter for the Android RecyclerView.
ReactiveRecyclerViewViewHolder<TViewModel> A RecyclerView.ViewHolder implementation that binds to a reactive view model.