Hardcore approach to persisting Activity state.
android-fsm-experiment is hosted in the following web site
https://github.com/loki2302/android-fsm-experiment
If you think the Android project android-fsm-experiment listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-fsm-experiment.
Item | Value |
---|---|
Java File Count | 16 |
Activity Count | 1 |
android-fsm-experiment has the following Java source files.
me.loki2302.MainActivity.java me.loki2302.MainActivityContext.java me.loki2302.MainActivityContextState.java me.loki2302.events.DisplayErrorMessageRequestedEvent.java me.loki2302.events.DisplayProgressDialogRequestedEvent.java me.loki2302.events.ErrorMessageDialogClosedEvent.java me.loki2302.events.ProgressDialogClosedEvent.java me.loki2302.fsm.Event.java me.loki2302.fsm.FSMActivity.java me.loki2302.fsm.State.java me.loki2302.fsm.StateDbHelper.java me.loki2302.fsm.StateMachine.java me.loki2302.fsm.StateService.java me.loki2302.states.DisplayingErrorMessageState.java me.loki2302.states.DisplayingProgressDialogState.java me.loki2302.states.DoingNothingState.java