|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectActivity
org.hermit.android.core.MainActivity
org.hermit.android.test.AndroidTest
public class AndroidTest
A simple test app.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.hermit.android.core.MainActivity |
---|
MainActivity.ActivityListener |
Constructor Summary | |
---|---|
AndroidTest()
|
Method Summary | |
---|---|
void |
onSaveInstanceState(Bundle outState)
Called to retrieve per-instance state from an activity before being killed so that the state can be restored in onCreate(Bundle) or onRestoreInstanceState(Bundle) (the Bundle populated by this method will be passed to both). |
Methods inherited from class org.hermit.android.core.MainActivity |
---|
createEulaBox, createMessageBox, reportException, setAboutInfo, setHomeInfo, setLicenseInfo, showAbout, showEula, showFirstEula, startActivityForResult |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AndroidTest()
Method Detail |
---|
public void onSaveInstanceState(Bundle outState)
outState
- A Bundle in which to place any state
information you wish to save.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |