net.sourceforge.andsys
Class AsActivityLoading

java.lang.Object
  extended by Activity
      extended by net.sourceforge.andsys.AsActivityLoading

public class AsActivityLoading
extends Activity


Constructor Summary
AsActivityLoading()
           
 
Method Summary
 boolean onCreateOptionsMenu(Menu menu)
          Initialize the contents of the Activity's standard options menu.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsActivityLoading

public AsActivityLoading()
Method Detail

onCreateOptionsMenu

public boolean onCreateOptionsMenu(Menu menu)
Initialize the contents of the Activity's standard options menu. The options menu is shown when you press the "Menu" button on the device.

See Also:
android.app.Activity#onCreateOptionsMenu(android.view.Menu)