Package com.lightningkite.rx.viewgenerators
See: Description
-
Object Summary Object Description Companion ApplicationAccess FocusOnStartupInterceptor An Interceptor that handles the "focusOnStartup" attribute. -
Class Summary Class Description AccessibleActivity An activity that implements ActivityAccess. ActivityResult A result from an activity completing. SwapView Shows a single view with animated transitions to other views. Default An empty view generator. ViewGeneratorActivity An AccessibleActivity that is structured to contain a single ViewGenerator. DialogRequest A request to show a dialog, optionally with a confirmation action. ActivityAccessKt ViewKt DelayKt ShowDialogKt PropertyStackKt SwapViewKt ViewStringKt DeprecatedKt -
Interface Summary Interface Description ActivityAccess An interface for accessing activities in a decentralized way, where multiple listeners can listen to event like onPause, onResume, etc, and most importantly, can use prepareOnResult to set up lambdas to occur when a result code is received. EntryPoint Implement this interface on your ViewGenerator to handle deep links and the back button being passed to the stack. HasBackAction Implement this interface on your ViewGenerator to add a custom action to occur when the back button is pressed. ViewGenerator Represents a view or component in Android.