Android Open Source - Development activity android-fsm-experiment






Project Summary

Hardcore approach to persisting Activity state.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of android-fsm-experiment.

ItemValue
Java File Count16
Activity Count1

Java Source Files

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