The Intersoft.Crosslight.Android assembly contains types and helpers that provides Crosslight-specific functions for the Android platform.
Classes
AbsListViewBindingAdapter<T> | Represents a base class for list view binding adapter. |
AbsListViewExtensions | Represents extension methods for Android.Widget.AbsListView. |
AccountStoreService | Represents a service to store authentication accounts. |
ActionBarBindingAdapter | Represents a binding adapter for Android.App.ActionBar. |
ActionPresenter | Represents presenter that provides a list of action to the user. |
Activity<TViewModel> | Represents an Android.App.Activity class that supports ViewModel navigation. |
ActivityExtensions | Represents extension methods for Android.App.Activity. |
ActivityPresenter | Represents presenter that provides indeterminate progress indicator to the user. |
AdapterOptions | Represents the options that determines the behavior of the list adapter. |
AdvancedListViewBindingAdapter | Represents a binding adapter for ListView. |
AlarmManagerBroadcastReceiver | Represents a Android.Content.BroadcastReceiver used for notification purposes. |
AlarmNotificationService | Represents a Android.App.Service for notification purposes. |
AlertDialogBuilderExtensions | Represents extension methods for Android.App.AlertDialog.Builder. |
AndroidApplication | Represents the initializer for Android applications. |
AndroidMobileComponentServiceBase | Represents abstract class for all Android-specific implementation of mobile services. |
AndroidUtility | Represents a utility class specific to the Android platform. |
AnimationDrawable | Represents the animation drawable class. |
AppearanceAttribute | Represents appearance attribute. |
AppearanceAttributeBase | Represents a base class for appearance attribute. |
AppearanceProperty | Represents the appearance property. |
ApplicationContext | Represents a class that provides information about the current application context. |
ApplicationService | Represents a service that is responsible for application initialization lifecycle. |
AsyncUtility | Represent an utility class to perform asynchronous operation. |
BackgroundSyncAdapter | Represents a background sync adapter that spawns a thread to invoke a synchronization process. |
BackgroundSyncAuthenticator | Represents a backround sync authenticator. |
BackgroundSyncAuthenticatorService | Represents a background sync authenticator service. |
BackgroundSyncProvider | Represents a provider to perform background synchronization. |
BackgroundSyncService | Represents a background sync service that utilize background sync adapter to perform synchronization process. |
BindingAdapter | Represents the binding adapter class. |
BindingDescriptionExtensions | Provide some extension methods for binding description. |
BitmapExtensions | Represents extension methods for Android.Graphics.Bitmap. |
BitmapLoaderDelegate | Represents a delegate for BitmapLoaderDelegate. |
BitmapUtility | Represents an utility class that is commonly used in Android.Graphics.Bitmap-related operations. |
BrowserService | Represents a service that provides browser-related services. |
BulletPageIndicator | Represents a bullet page indicator for view slider. |
ButtonBindingAdapter | Represents a binding adapter for Android.Widget.Button. |
ButtonWidget | Represents a Android.Widget.Button widget. |
ButtonWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.Button. |
CameraService | Represents a service that provides camera-related services. This class requires CAMERA permission in AndroidManifest.xml. |
CheckBoxBindingAdapter | Represents a binding adapter for Android.Widget.CheckBox. |
CheckBoxBindingAdapter<T> | Represents a binding adapter for Android.Widget.CheckBox. |
CheckBoxWidget | Represents a Android.Widget.CheckBox widget. |
CheckBoxWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.CheckBox. |
ChildNavigationWidget | Represents a ChildNavigationWidget. |
ChildNavigationWidgetBuilder | Represents a ComponentViewBuilder for child forms. |
CircularViewSliderAdapter | Represents an adapter for circular view slider. |
ColorUtility | Represents an utility class that is commonly used with color. |
ComponentViewBuilder | Represents a view builder for Android.Views.View components. |
CompoundControl | Represents a base class for custom control. |
ConnectivityBroadcastReceiver | Represents a Android.Content.BroadcastReceiver that listens for connectivity changes. |
ConnectivityService | Represents a service that provides reachability-related services. This class requires ACCESS_NETWORK_STATE, CHANGE_NETWORK_STATE permission in AndroidManifest.xml. |
ContactService | Represents a service that provides contact-related services. |
ContainerAppearanceAttribute | Represents container appearance attribute. |
ContentAppearanceAttribute | Represents content appearance attribute. |
ContextExtensions | Represents extension methods for Android.Content.Context. |
ContextualActionBarSettings | Represents settings for contextual Android.App.ActionBar. |
ContextWrapperExtensions | Represents extension methods for Android.Content.ContextWrapper. |
ControlBindingAdapterBase<T> | Represents a binding adapter for controls. |
ConversionUtility | Represents a utility class that provides conversion-related operations. |
DatePickerAppearanceAttribute | Represents datepicker appearance attribute. |
DatePickerBindingAdapter | Represents a binding adapter for Android.Widget.DatePicker. |
DatePickerWidget | Represents a Android.Widget.DatePicker widget. |
DatePickerWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.DatePicker. |
DateTimePickerAppearanceAttribute | Represents datetimepicker appearance attribute. |
DateTimePickerBindingAdapter | Represents a binding adapter for DateTimePickerWidget. |
DateTimePickerWidget | Represents a combination of Android.Widget.DatePicker and Android.Widget.TimePicker widget. |
DateTimePickerWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.DatePicker and a Android.Widget.TimePicker as a composite editor. |
DefaultAppInitializer | Represents a class that intializes the required services and components used by the application. |
DialogActivity | Represents an activity wrapper for dialog presenter. |
DialogActivityViewState | Encapsulates information which is retained when the instance of activity or fragment is re-created after being destroyed. |
DialogData | Represents the dialog data. |
DialogFragmentBase | Represents a base class for dialog fragment. |
DialogPresenter | Represents the dialog presenter. |
DialogPresenterSettings | Represents a dialog presenter settings. |
DialogViewModel | Represents the dialog view model. |
DrawableExtensions | Represents extension methods for Android.Graphics.Drawables.Drawable. |
DrawerActivity<TDrawerViewModel> | Represents a FragmentActivity<TViewModel> class that supports navigation drawer. |
DrawerActivityViewState | Encapsulates information which is retained when the instance of activity or fragment is re-created after being destroyed. |
DrawerSettings | Represents the drawer settings. |
EditorAppearanceAttribute | Represents editor appearance attribute. |
EditTextBindingAdapter | Represents a binding adapter for Android.Widget.EditText. |
EditTextOnEditorActionListener | Represents a listener for Android.Widget.EditText editor action. |
FileCacheObserver | Represents a Android.OS.FileObserver that listens for file changes in the cache. |
FileChangedArgs | Represents arguments used by FileCacheObserver. |
FormActivity<TViewModel> | Represents an Activity<TViewModel> class with form-building capabilities. |
FormActivityBase<TViewModel> | Represents an Android.App.Activity class that supports ViewModel navigation. |
FormAppearanceAttribute | Represents form appearance attribute. |
FormBuilderService | Represents a service that provides form-building capabilities. |
FormComponentBase | Represents a base class used for components used in forms. |
FormContainerBuilder | Represents a IViewBuilder for form generation. |
FormContainerView | Represents a view container for forms. |
FormFragment<TViewModel> | Represents a Fragment<TViewModel> class with form-building capabilities. |
Fragment<TViewModel> | Represents a Android.Support.V4.App.Fragment class that supports ViewModel navigation. |
FragmentActivity<TViewModel> | Represents a Android.Support.V4.App.FragmentActivity class that is capable of hosting a Fragment<TViewModel>. |
FragmentActivityViewState | Encapsulates information which is retained when the instance of activity or fragment is re-created after being destroyed. |
FragmentAttribute | Represents System.Attribute for Fragment<TViewModel>. |
FragmentManagerExtensions | Provides extension methods for fragment manager. |
FrameLayoutBase | Represents base class for frame layout controls. |
GenericParcelableCreator<T> | Represent parcelable creator class. |
GoogleDistance | Represents distance components used in parsing returned JSON from Google API. |
GoogleDuration | Represents duration components used in parsing returned JSON from Google API. |
GoogleGeometryBounds | Represents geometry bounds components used in parsing returned JSON from Google API. |
GoogleGeometryLocation | Represents geometry location components used in parsing returned JSON from Google API. |
GooglePlacesAddressComponents | Represents address components used in parsing returned JSON from Google Places API. |
GooglePlacesAspects | Represents aspects components used in parsing returned JSON from Google Places API. |
GooglePlacesGeometry | Represents geometry components used in parsing returned JSON from Google Places API. |
GooglePlacesPhotos | Represents photos components used in parsing returned JSON from Google Places API. |
GooglePlacesResponse | Represents the response returned from parsing returned JSON using Google Places API. |
GooglePlacesResult | Represents the result received from parsing returned JSON using Google Places API. |
GooglePlacesReviews | Represents reveiws components used in parsing returned JSON from Google Places API. |
GridActivity<TViewModel> | Represents an Activity<TViewModel> that supports grid listing. |
GridFragment<TViewModel> | Represents the grid fragment. |
GridViewBindingAdapter | Represents a binding adapter for Android.Widget.GridView. |
HashCryptographicService | Represents a service for hashing and cryptographic purposes. |
HeaderAppearanceAttribute | Represents header appearance attribute. |
HttpGetAsyncTask<T> | Represents an Android.OS.AsyncTask that is used for HTTP GET purposes. |
HyperlinkWidget | Represents a HyperlinkWidget. |
HyperlinkWidgetBuilder | Represents a ComponentViewBuilder for child forms. |
IFragmentExtensions | Represents extension methods for IFragment. |
ImageAppearanceAttribute | Represents image appearance attribute. |
ImageButtonBindingAdapter | Represents a binding adapter for Android.Widget.ImageButton. |
ImageLoader | Represents the image loader class. |
ImagePickerWidget | Represents a Android.Widget.ImageView widget. |
ImageSettings | Represents the image settings. |
ImageViewBindingAdapter | Represents a binding adapter for Android.Widget.ImageView. |
ImageViewBindingAdapter<T> | Represents a base class for image view binding adapter. |
ImageViewExtensions | Represents extension methods for Android.Widget.ImageView. |
ImageWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.ImageView. |
ItemBindingAdapterBase | Represents a base class for item binding adapter. |
ItemButtonBindingAdapter | Represents a binding adapter for item button. |
ItemCheckBoxBindingAdapter | Represents a binding adapter for item checkbox. |
ItemEditTextBindingAdapter | Represents a binding adapter for item edit text. |
ItemSpinnerBindingAdapter | Represents a binding adapter for item spinner. |
ItemToggleButtonBindingAdapter | Represents a binding adapter for item toggle button. |
LinearLayoutBase | Represent intersoft linear layout class. |
ListActivity<TViewModel> | Represents an Activity<TViewModel> that supports listing and multi-choice support. |
ListActivity<TViewModel, TModel> | Represents an Activity<TViewModel> that supports listing and multi-choice support. |
ListFragment<TViewModel> | Represents a Android.Support.V4.App.ListFragment with ViewModel navigation support. |
ListFragment<TViewModel, TModel> | Represents an Fragment<TViewModel> that supports listing and multi-choice support. |
ListItemViewHolder | Represents a list item view holder. |
ListView | Represent list view class. |
ListViewBindingAdapter | Represents a binding adapter for Android.Widget.ListView. |
ListViewWidget | Represents a list view widget. |
ListViewWidgetBindingProvider | Represents the binding provider for listview widget. |
ListViewWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.ListView. |
ListViewWidgetFragment | Represents the list view widget fragment. |
ListViewWidgetViewModel | Represents the list view widget view model. |
LocalStorageService | Represents a service for local storage. |
LocationRequestPriority | Specifies the location request priority. |
LocationService | Represents a service that provides location-related services. This class requires ACCESS_FINE_LOCATION, INTERNET permission in AndroidManifest.xml. |
MailService | Represents a service that provides mail-related services. |
MapService | Represents a service that provides map-related services. |
MasterDetailFragment<TMasterViewModel> | Represents a Fragment<TViewModel> that hosts a master-detail view. |
MasterDetailFragment<TMasterViewModel, TDetailViewModel> | Represents a Fragment<TViewModel> that hosts a master-detail view. |
MasterDetailViewState | Encapsulates information which is retained when the instance of activity or fragment is re-created after being destroyed. |
MaxLengthInputFilter | Represents a Android.Text.IInputFilter for max length of Android.Widget.EditText. |
MediaLibraryService | Represents a service that provides media library-related services. |
MediaService | Represents a service that provides media-related services. |
MenuItemBindingAdapter | Represents a binding adapter for Android.Views.IMenuItem. |
MessageInputView | Represents a message input view control. |
MessageInputViewBindingAdapter | Represents a binding adapter for MessageInputView. |
MessagePresenter | Represents presenter that displays message to the user. |
MessagingService | Represents a service that provides messaging-related services. |
Metadata | Represent metadata class. |
MetadataStore | Represent metadata store class. |
NavigationContext | Represents the navigation context. |
NavigationOptions | Represents options that specifies navigation behavior used in fragment navigation by IFragmentActivity. |
NavigationResultIntent | Represents an Android.Content.Intent that is used by Activity<TViewModel> and FragmentActivity<TViewModel> as navigation result. |
NavigationService | Represents a service that provides navigation capabilities. |
NonScrollableListView | Represents the non scrollable list view. |
NonScrollableListViewBindingAdapter | Represents a binding adapter for NonScrollableListView. |
NotificationService | Represents a service that provides notification-related services. |
NumericStepper | Represents a numeric stepper control. |
NumericStepperBindingAdapter | Represents a binding adapter for NumericStepper. |
NumericStepperWidget | Represents a NumericStepperWidget widget. |
NumericStepperWidgetBuilder | Represents a ComponentViewBuilder for NumericStepper. |
ObjectExtensions | Represents extension methods for System.Object. |
ObjectWrapper | Represents a wrapper for ObjectWrapper. |
ObservableListAdapter | Represents a versatile Android.Widget.BaseAdapter that supports listing and section indexing. |
ObservableSpinnerAdapter | Represents a ObservableListAdapter used for Android.Widget.Spinner. |
OverlayPresenterSettings | Represents overlay presenter settings. |
PaintExtensions | Represent point extension. |
ParcelableObject | Represent parcelable object class. |
PlatformInitializer | Represents android platform initializer. |
PointFExtensions | Represent point f extension class. |
PresenterBase | Represents presenter that acts as a base for all presenter classes. |
Property | Represent property class. |
RadioButtonBindingAdapter | Represents a binding adapter for NumericStepper. |
RadioButtonWidget | Represents a Android.Widget.RadioButton widget. |
RadioButtonWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.RadioButton. |
RadioGroupBindingAdapter | Represents a binding adapter for Android.Widget.RadioGroup. |
RadioGroupWidget | Represents a Android.Widget.RadioButton widget. |
RadioGroupWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.RadioGroup. |
RoundedButton | Represents a rounded button. |
RoundedButtonBindingAdapter | Represents a binding adapter for RoundedButton. |
RoundedDrawable | Represents the rounded drawable. |
RoundedImageView | Represents the rounded image view. |
RoundedImageViewBindingAdapter | Represents a binding adapter for RoundedImageView. |
ScrollableDatePicker | Represents the scrollable date picker. |
ScrollableTimePicker | Represents the scrollable time picker. |
ScrollSpeedListener | Represents a class that listens to the scrolling speed of the Android.Widget.ListView. |
SearchableListActivity<TViewModel> | Represents a ListActivity<TViewModel> with searching capabilities. |
SearchableListFragment<TViewModel> | Represents a ListFragment<TViewModel> that supports search feature. |
SearchViewState | Encapsulates information which is retained when the instance of activity or fragment is re-created after being destroyed. |
SectionAppearanceAttribute | Represents section appearance attribute. |
SectionContainerBuilder | Represents a FormContainerBuilder used for section generation in forms. |
SectionContainerView | Represents a container for sections in form generation. |
SeekBarBindingAdapter | Represents a binding adapter for Android.Widget.SeekBar. |
SeekBarWidget | Represents a Android.Widget.SeekBar widget. |
SeekBarWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.SeekBar. |
SelectionWidget | Represents a selection widget. |
SelectionWidgetBindingAdapter | Represents a binding adapter for SelectionWidget. |
SelectionWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.Spinner. |
SizeChangedEventArgs | Represents the size changed event arguments. |
SmoothProgressBar | Represents a smooth progress bar. |
SocialService | Represents a service that provides social-related services. |
SpinnerBindingAdapter | Represents a binding adapter for Android.Widget.Spinner. |
SpinnerWidget | Represents a SpinnerWidget widget. |
SpinnerWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.Spinner. |
StartActivity | Represents an Activity<TViewModel> with EmptyViewModel that is launched during application startup, typically a splash screen. |
StreamExtensions | Represents extension methods for System.IO.Stream. |
StringExtensions | Represents extension methods for System.String. |
StripPageIndicator | Represents a strip page indicator for view slider. |
SwitchAppearanceAttribute | Represents switch appearance attribute. |
SwitchBindingAdapter | Represents a binding adapter for Android.Widget.Switch. |
SwitchWidget | Represents a SwitchWidget widget. |
SwitchWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.Switch. |
SyncService | Represents a sync service that handles the core synchronization processes. |
TabActivity<TViewModel> | Represents a FragmentActivity<TViewModel> with tab support for multi-screen navigation. |
TabActivityViewState | Encapsulates information which is retained when the instance of tab fragment is re-created after being destroyed. |
TabFragment<TViewModel> | Represents a Fragment<TViewModel> with tab support for multi-screen navigation. |
TabPageIndicator | Represents indicator for tab in a TabPageIndicator. |
TabViewState | Encapsulates information which is retained when the instance of tab fragment is re-created after being destroyed. |
TelephonyService | Represents a service that provides telephony-related services. This class requires CALL_PHONE, READ_PHONE_STATE permission in AndroidManifest.xml |
TemplateBinding | Represent template binding class. |
TemplateBindingAttribute | Represent template binding attribute class. |
TemplatedControlAttribute | Represent templated control attribute class. |
TextAppearanceAttribute | Represents the text appearance attribute. |
TextViewBindingAdapter | Represents a binding adapter for Android.Widget.TextView. |
TimePickerAppearanceAttribute | Represents timepicker appearance attribute. |
TimePickerBindingAdapter | Represents a binding adapter for Android.Widget.TimePicker. |
TimePickerWidget | Represents a time picker widget. |
TimePickerWidgetBuilder | Represents a ComponentViewBuilder for Android.Widget.TimePicker. |
ToastPresenter | Represents presenter that displays transient message to the user. |
ToggleButtonBindingAdapter | Represents a binding adapter for Android.Widget.ToggleButton. |
ToggleImageButton | Represents the toggle image button. |
ToggleImageButtonBindingAdapter | Represents a binding adapter for ToggleImageButton. |
TypeExtensions | Represents extension methods for System.Type. |
UIContainerDefinition | Represents a definition for editor container in form builder. |
UIDefinition | Represents a base definition for form builder definition. |
UIEditorDefinition | Represents a definition for editor in form builder. |
UIFormDefinition | Represents a definition for form builder. |
UIHeaderDefinition | Represents a definition for header in form builder. |
UIProperties | Represents a static class that provides UI-related fields. |
UIPropertyDefinition | Represents a definition for property in form builder. |
UISectionDefinition | Represents a definition for section in form builder. |
ViewBase | Represent intersoft view class. |
ViewBindingAdapter | Represents a binding adapter for Android.Views.View. |
ViewExtensions | Represents extension methods for Android.Views.View. |
ViewHolder | Represents an item view holder. |
ViewPagerActivity<TViewModel> | Represents a Fragment<TViewModel> with swipe and tab support for multi-screen navigation. |
ViewPagerActivityViewState | Encapsulates information which is retained when the instance of tab fragment is re-created after being destroyed. |
ViewPagerAdapter | Represents a ViewPagerAdapter used for ViewPagerActivity<TViewModel> and ViewPagerFragment<TViewModel>. |
ViewPagerFragment<TViewModel> | Represents a fragment with swipe and tab support for multi-screen navigation. |
ViewPagerViewState | Encapsulates information which is retained when the instance of tab fragment is re-created after being destroyed. |
ViewService | Represents a class that provides view-related services. |
ViewSliderActivity<TViewModel> | Represents an ViewSliderActivity<TViewModel> that supports listing and multi-choice support. |
ViewSliderActivityViewState | Encapsulates information which is retained when the instance of tab fragment is re-created after being destroyed. |
ViewSliderAdapter | Represents an adapter for view slider. |
ViewSliderFragment<TViewModel> | Represents a ViewSliderFragment<TViewModel> with ViewModel navigation support. |
ViewSliderViewState | Encapsulates information which is retained when the instance of tab fragment is re-created after being destroyed. |
ViewState | Encapsulates information which is retained when the instance of activity or fragment is re-created after being destroyed. |
ViewTemplateSelector | Represents the view template selector. |
ViewWrapper | Represents a wrapper for the Android.Widget.LinearLayout class. |
WidgetSettings | Represents the widget settings. |
Interfaces
IActivity | Defines the members required for a Activity<TViewModel>. |
IAndroidApplicationContext | Defines the members required for ApplicationContext. |
IContentPresenter | Represents the member of content presenter. |
IContentPresenterSettings | Represents the available settings for content presenter. |
IDrawerActivity | Defines the members required for DrawerActivity<TDrawerViewModel> |
IForm | Defines the members required for a FormFragment<TViewModel>. |
IFragment | Defines the members required for Fragment<TViewModel> |
IFragmentActivity | Defines the members required for FragmentActivity<TViewModel>. |
IGridFragment | Defines the members required for GridFragment<TViewModel> |
IGridView | Defines the members required for GridActivity<TViewModel> and GridActivity<TViewModel>. |
IImageControl | Defines the members for image control. |
IItemViewModelBinder | Represents an item view model binder. |
IItemViewModelBinder<TViewModel, TModel> | Represents an item view model binder. |
IListFragment | Defines the members required for ListFragment<TViewModel> |
IListView | Defines the members required for ListActivity<TViewModel> and ListFragment<TViewModel>. |
ILocationProvider | Represents the member of location provider. |
ILocationProviderSettings | Represents the member of location provider settings. |
IMasterDetailFragment | Defines the members required for MasterDetailFragment<TMasterViewModel, TDetailViewModel> |
IPageIndicator | Defines the members required for Android.Support.V4.View.ViewPager. |
IPushNotificationDelegate | Defines data member for push notification delegate. |
IScrollView | Defines the members required for scrollable activity and fragment. |
ISearchableListFragment | Defines the members required for SearchableListFragment<TViewModel> |
ISearchableRecyclerViewFragment | Defines members for recycler view fragment. |
ISearchActivity | Defines the members required for SearchActivity />. |
ISupportDrawableState | Provides mechanism to apply drawable state. |
ISupportLocationResult | Defines the members required for Activity<TViewModel> and Fragment<TViewModel> to support location result callback. |
ISupportMasterDetail | Provides support for master detail pattern. |
ISupportModalActivity | Defines the members required for Activity<TViewModel> and FragmentActivity<TViewModel> to support Android.App.Activity.OnActivityResult(System.Int32,Android.App.Result,Android.Content.Intent) callback. |
ISupportSearchableActivity | Defines the members required for SearchableListActivity<TViewModel> and SearchableListFragment<TViewModel>. |
ITabActivity | Defines the members required for ITabActivity |
ITabFragment | Defines the members required for ITabFragment |
IView | Represent member needed for class that implement IView. |
IViewGroup | Reperesent member needed for class that implement IViewGroup. |
IViewPagerActivity | Defines the members required for a ViewPagerActivity<TViewModel>. |
IViewPagerFragment | Defines the members required for ViewPagerFragment<TViewModel>. |
Enumerations
ActivityState | Specifies the activity state. |
ChoiceInputMode | Specifies the available choice input modes. |
ContentPresentationStyle | Specifies the content presentation style. |
DatePickerMode | Specifies the datepicker mode. |
DrawerState | Represents the drawer state. |
EdgePresentationPosition | Specifies the edge presentation position. |
EditingOptions | Specifies the options available for Android.Widget.ListView editing operations. |
ListViewInteraction | Specfies the options available for list view interaction. |
LocationRequest | Specifies the identifier required by ISupportLocationResult |
PropertyTypes | Property types enum. |
RoundedButtonContentStyle | Specifies the content style for rounded button. |
SlideDirection | Specifies the slide direction. |
SliderIndicatorMode | Specifies the slider indicator mode. |
StrokeCap | Stroke Cap enum. |
StrokeJoin | Stroke Join enum. |
TransitionMode | Specifies the transition mode. |
Typeface | Specifies the typeface. |
TypefaceStyle | Specifies the typeface style. |
AbsListViewBindingAdapter(T) Class
AbsListViewExtensions Class
AccountStoreService Class
ActionBarBindingAdapter Class
ActionPresenter Class
Activity(TViewModel) Class
ActivityExtensions Class
ActivityPresenter Class
ActivityState Enumeration
AdapterOptions Class
AdvancedListViewBindingAdapter Class
AlarmManagerBroadcastReceiver Class
AlarmNotificationService Class
AlertDialogBuilderExtensions Class
AndroidApplication Class
AndroidMobileComponentServiceBase Class
AndroidUtility Class
AnimationDrawable Class
AppearanceAttributeBase Class
AppearanceAttribute Class
AppearanceProperty Class
ApplicationContext Class
ApplicationService Class
AsyncUtility Class
BackgroundSyncAdapter Class
BackgroundSyncAuthenticator Class
BackgroundSyncAuthenticatorService Class
BackgroundSyncProvider Class
BackgroundSyncService Class
BindingAdapter Class
BindingDescriptionExtensions Class
BitmapExtensions Class
BitmapLoader Class
BitmapLoaderDelegate Class
BitmapUtility Class
BrowserService Class
BulletPageIndicator Class
ButtonBindingAdapter Class
ButtonWidgetBuilder Class
ButtonWidget Class
CameraService Class
CheckBoxBindingAdapter(T) Class
CheckBoxBindingAdapter Class
CheckBoxWidgetBuilder Class
CheckBoxWidget Class
ChildNavigationWidgetBuilder Class
ChildNavigationWidget Class
ChoiceInputMode Enumeration
CircularViewSliderAdapter Class
ColorUtility Class
ComponentViewBuilder Class
CompoundButtonBindingAdapter(T) Class
CompoundControl Class
ConnectivityBroadcastReceiver Class
ConnectivityService Class
ContactService Class
ContainerAppearanceAttribute Class
ContentAppearanceAttribute Class
ContentPresentationStyle Enumeration
ContextExtensions Class
ContextualActionBarSettings Class
ContextWrapperExtensions Class
ControlBindingAdapterBase(T) Class
ConversionUtility Class
DatePickerAppearanceAttribute Class
DatePickerBindingAdapter Class
DatePickerMode Enumeration
DatePickerWidgetBuilder Class
DatePickerWidget Class
DateTimePickerAppearanceAttribute Class
DateTimePickerBindingAdapter Class
DateTimePickerWidgetBuilder Class
DateTimePickerWidget Class
DefaultAppInitializer Class
DialogActivity Class
DialogActivityViewState Class
DialogData Class
DialogFragmentBase Class
DialogPresenter Class
DialogPresenterSettings Class
DialogViewModel Class
DrawableExtensions Class
DrawerActivity(TDrawerViewModel) Class
DrawerActivityViewState Class
DrawerSettings Class
DrawerState Enumeration
EdgePresentationPosition Enumeration
EditingOptions Enumeration
EditorAppearanceAttribute Class
EditTextBindingAdapter Class
EditTextOnEditorActionListener Class
FileCacheObserver Class
FileChangedArgs Class
FormActivity(TViewModel) Class
FormActivityBase(TViewModel) Class
FormAppearanceAttribute Class
FormBuilderService Class
FormComponentBase Class
FormContainerBuilder Class
FormContainerView Class
FormFragment(TViewModel) Class
Fragment(TViewModel) Class
FragmentActivity(TViewModel) Class
FragmentActivityViewState Class
FragmentAttribute Class
FragmentManagerExtensions Class
FrameLayoutBase Class
GenericParcelableCreator(T) Class
GoogleDistance Class
GoogleDuration Class
GoogleGeometryBounds Class
GoogleGeometryLocation Class
GooglePlacesAddressComponents Class
GooglePlacesAspects Class
GooglePlacesGeometry Class
GooglePlacesPhotos Class
GooglePlacesResponse Class
GooglePlacesResult Class
GooglePlacesReviews Class
GridActivity(TViewModel) Class
GridFragment(TViewModel) Class
GridViewBindingAdapter Class
HashCryptographicService Class
HeaderAppearanceAttribute Class
HeaderTransformer Class
HttpGetAsyncTask(T) Class
HyperlinkWidgetBuilder Class
HyperlinkWidget Class
IActivity Interface
IAndroidApplicationContext Interface
IAndroidViewState Interface
IContentPresenter Interface
IContentPresenterSettings Interface
IDrawerActivity Interface
IFormActivity Interface
IFormFragment Interface
IForm Interface
IFragmentActivity Interface
IFragmentExtensions Class
IFragment Interface
IGridFragment Interface
IGridView Interface
IImageControl Interface
IItemViewModelBinder(TViewModel, TModel) Interface
IItemViewModelBinder Interface
IListFragment Interface
IListView Interface
ILocationProvider Interface
ILocationProviderSettings Interface
ImageAppearanceAttribute Class
ImageButtonBindingAdapter Class
ImageLoader Class
ImagePickerWidget Class
ImageSettings Class
ImageViewBindingAdapter(T) Class
ImageViewBindingAdapter Class
ImageViewExtensions Class
ImageWidgetBuilder Class
IMasterDetailFragment Interface
IPageIndicator Interface
IPushNotificationDelegate Interface
IScrollView Interface
ISearchableListFragment Interface
ISearchableRecyclerViewFragment Interface
ISearchActivity Interface
ISupportDrawableState Interface
ISupportLocationResult Interface
ISupportMasterDetail Interface
ISupportModalActivity Interface
ISupportSearchableActivity Interface
ITabActivity Interface
ITabFragment Interface
ItemBindingAdapterBase Class
ItemButtonBindingAdapter Class
ItemCheckBoxBindingAdapter Class
ItemEditTextBindingAdapter Class
ItemSpinnerBindingAdapter Class
ItemToggleButtonBindingAdapter Class
IViewDelegate Interface
IViewGroup Interface
IView Interface - Android
IViewPagerActivity Interface
IViewPagerFragment Interface
LinearLayoutBase Class
ListActivity(TViewModel, TModel) Class
ListActivity(TViewModel) Class
ListFragment(TViewModel, TModel) Class
ListFragment(TViewModel) Class
ListItemViewHolder Class
ListViewBindingAdapter(T) Class
ListViewBindingAdapter Class
ListView Class
ListViewExtensions Class
ListViewInteraction Enumeration
ListViewScrollListener Class
ListViewWidgetBindingProvider Class
ListViewWidgetBuilder Class
ListViewWidget Class
ListViewWidgetFragment Class
ListViewWidgetViewModel Class
LocalStorageService Class
LocationRequest Enumeration
LocationRequestPriority Class
LocationService Class
MailService Class
MapService Class
MasterDetailFragment(TMasterViewModel, TDetailViewModel) Class
MasterDetailFragment(TMasterViewModel) Class
MasterDetailViewState Class
MaxLengthInputFilter Class
MediaLibraryService Class
MediaService Class
MenuItemBindingAdapter Class
MessageInputViewBindingAdapter Class
MessageInputView Class
MessagePresenter Class
MessagingService Class
Metadata Class
MetadataStore Class
NavigationContext Class
NavigationOptions Class
NavigationResultIntent Class
NavigationService Class
NonScrollableListViewBindingAdapter Class
NonScrollableListView Class
NotificationService Class
NumericStepperBindingAdapter Class
NumericStepper Class
NumericStepperWidgetBuilder Class
NumericStepperWidget Class
ObjectExtensions Class - Android
ObjectWrapper Class
ObservableListAdapter Class
ObservableSpinnerAdapter Class
OverlayPresenterSettings Class
PaintExtensions Class
ParcelableObject Class
PlatformInitializer Class
PointFExtensions Class
PresenterBase Class
Property Class
PropertyTypes Enumeration
PullToRefreshLayout Class
PullToRefreshOptions Class
RadioButtonBindingAdapter Class
RadioButtonWidgetBuilder Class
RadioButtonWidget Class
RadioGroupBindingAdapter Class
RadioGroupWidgetBuilder Class
RadioGroupWidget Class
Resource Class
RoundedButtonBindingAdapter Class
RoundedButton Class
RoundedButtonContentStyle Enumeration
RoundedDrawable Class
RoundedImageViewBindingAdapter Class
RoundedImageView Class
ScrollableDatePicker Class
ScrollableTimePicker Class
ScrollSpeedListener Class
SearchableListActivity(TViewModel) Class
SearchableListFragment(TViewModel) Class
SearchViewState Class
SectionAppearanceAttribute Class
SectionContainerBuilder Class
SectionContainerView Class
SeekBarBindingAdapter Class
SeekBarWidgetBuilder Class
SeekBarWidget Class
SelectionWidgetBindingAdapter Class
SelectionWidgetBuilder Class
SelectionWidget Class
SizeChangedEventArgs Class
SlideDirection Enumeration
SliderIndicatorMode Enumeration
SmoothProgressBar Class
SocialService Class
SpinnerBindingAdapter Class
SpinnerWidgetBuilder Class
SpinnerWidget Class
StartActivity Class
StreamExtensions Class
StringExtensions Class
StripPageIndicator Class
StrokeCap Enumeration
StrokeJoin Enumeration
SwitchAppearanceAttribute Class
SwitchBindingAdapter Class
SwitchWidgetBuilder Class
SwitchWidget Class
SyncService Class
TabActivity(TViewModel) Class
TabActivityViewState Class
TabFragment(TViewModel) Class
TabPageIndicator Class
TabViewState Class
TelephonyService Class
TemplateBindingAttribute Class
TemplateBinding Class
TemplatedControlAttribute Class
TextAppearanceAttribute Class
TextViewBindingAdapter Class
TimePickerAppearanceAttribute Class
TimePickerBindingAdapter Class
TimePickerWidgetBuilder Class
TimePickerWidget Class
ToastPresenter Class
ToggleButtonBindingAdapter Class
ToggleImageButtonBindingAdapter Class
ToggleImageButton Class
TransitionMode Enumeration
TypeExtensions Class - Android
Typeface Enumeration
TypefaceStyle Enumeration
UIContainerDefinition Class
UIDefinition Class
UIEditorDefinition Class
UIFormDefinition Class
UIHeaderDefinition Class
UIProperties Class
UIPropertyDefinition Class
UISectionDefinition Class
ViewBase Class
ViewBindingAdapter Class
ViewExtensions Class
ViewHolder Class
ViewPagerActivity(TViewModel) Class
ViewPagerActivityViewState Class
ViewPagerAdapter Class
ViewPagerFragment(TViewModel) Class
ViewPagerViewState Class
ViewService Class
ViewSliderActivity(TViewModel) Class
ViewSliderActivityViewState Class
ViewSliderAdapter Class
ViewSliderFragment(TViewModel) Class
ViewSliderViewState Class
ViewState Class
ViewTemplateSelector Class
ViewWrapper Class
WidgetSettings Class