F G I L M O P R 
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- FileSystemService - Interface in io.nevernull.mobileui
- 
File system abstraction for Android and iOS.
- firePropertyChanged(Object, String...) - Static method in class io.nevernull.mobileui.MobileUI
- 
Fire that a property of the given bindingContext has changed.
G
- getApplicationPrivateDirectory() - Method in interface io.nevernull.mobileui.FileSystemService
- 
Returns the platform-specific application-private directory
- getCacheDirectory() - Method in interface io.nevernull.mobileui.FileSystemService
- 
Returns the platform-specific folder that should be used as cache directory.
- getDatabaseDirectory() - Method in interface io.nevernull.mobileui.FileSystemService
- 
Returns the platform-specific folder that should be used as database directory.
- getOsVersion() - Method in interface io.nevernull.mobileui.PlatformService
- 
Returns the operating system version.
I
- io.nevernull.mobileui - package io.nevernull.mobileui
- 
MobileUI framework classes
- io.nevernull.mobileui.lifecycle - package io.nevernull.mobileui.lifecycle
- 
Classes for lifecycle aware components of your app
L
- LifecycleAware<T> - Interface in io.nevernull.mobileui.lifecycle
- 
Callback interface for listening to component-lifecycle state changes.
M
- MobileUI - Class in io.nevernull.mobileui
- 
Main Interface to the basic functions of MobileUI for your app.
O
- onCreate(T) - Method in interface io.nevernull.mobileui.lifecycle.LifecycleAware
- 
Notifies thatON_CREATEevent occurred.
- onDestroy(T) - Method in interface io.nevernull.mobileui.lifecycle.LifecycleAware
- 
Notifies thatON_DESTROYevent occurred.
- onPause(T) - Method in interface io.nevernull.mobileui.lifecycle.LifecycleAware
- 
Notifies thatON_PAUSEevent occurred.
- onResume(T) - Method in interface io.nevernull.mobileui.lifecycle.LifecycleAware
- 
Notifies thatON_RESUMEevent occurred.
- onStart(T) - Method in interface io.nevernull.mobileui.lifecycle.LifecycleAware
- 
Notifies thatON_STARTevent occurred.
- onStop(T) - Method in interface io.nevernull.mobileui.lifecycle.LifecycleAware
- 
Notifies thatON_STOPevent occurred.
P
- PlatformService - Interface in io.nevernull.mobileui
- 
Interface where MobileUI provides platform-specific runtime information
R
- runOnUiThread(Runnable) - Static method in class io.nevernull.mobileui.MobileUI
- 
Run on the system's UI-Thread, if we're not already there.
- runOnUiThread(Runnable, long) - Static method in class io.nevernull.mobileui.MobileUI
- 
Run on the system's UI-Thread after a given delay in ms
All Classes All Packages