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 - 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(Object) - Method in interface io.nevernull.mobileui.lifecycle.LifeCycleAware
-
Notifies that
ON_CREATE
event occurred. - onDestroy(Object) - Method in interface io.nevernull.mobileui.lifecycle.LifeCycleAware
-
Notifies that
ON_DESTROY
event occurred. - onPause(Object) - Method in interface io.nevernull.mobileui.lifecycle.LifeCycleAware
-
Notifies that
ON_PAUSE
event occurred. - onResume(Object) - Method in interface io.nevernull.mobileui.lifecycle.LifeCycleAware
-
Notifies that
ON_RESUME
event occurred. - onStart(Object) - Method in interface io.nevernull.mobileui.lifecycle.LifeCycleAware
-
Notifies that
ON_START
event occurred. - onStop(Object) - Method in interface io.nevernull.mobileui.lifecycle.LifeCycleAware
-
Notifies that
ON_STOP
event 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