net.sourceforge.andsys
Class AsActivityPackages
java.lang.Object
ListActivity
net.sourceforge.andsys.AsActivityPackages
public class AsActivityPackages
- extends ListActivity
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsActivityPackages
public AsActivityPackages()
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)
onOptionsItemSelected
public boolean onOptionsItemSelected(MenuItem item)
- This hook is called whenever an item in your options menu is selected.
- See Also:
android.app.Activity#onOptionsItemSelected(android.view.MenuItem)
onItemSelected
public void onItemSelected( parent,
View view,
int position,
long id)
onNothingSelected
public void onNothingSelected( arg0)