|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectActivity
edu.eside.flingbox.FlingboxActivity
public class FlingboxActivity
Flingbox main activity. Shows scene at full screen.
Constructor Summary | |
---|---|
FlingboxActivity()
|
Method Summary | |
---|---|
void |
onConfigurationChanged(Configuration newConfig)
Called only when orientation changed. |
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created. |
boolean |
onCreateOptionsMenu(Menu menu)
Creates the menu items |
boolean |
onOptionsItemSelected(MenuItem item)
Handles item selections |
void |
onPause()
Called when activity Pause |
void |
onResume()
|
void |
onStop()
Called when activity Stops |
boolean |
onTouchEvent(MotionEvent ev)
Called when touch event occurs. |
boolean |
onTrackballEvent(MotionEvent ev)
Called when trackball scroll event occurs |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlingboxActivity()
Method Detail |
---|
public void onCreate(Bundle savedInstanceState)
public boolean onCreateOptionsMenu(Menu menu)
public boolean onOptionsItemSelected(MenuItem item)
public void onPause()
public void onResume()
public void onStop()
public void onConfigurationChanged(Configuration newConfig)
public boolean onTouchEvent(MotionEvent ev)
public boolean onTrackballEvent(MotionEvent ev)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |