English | Site Directory

Android - An Open Handset Alliance Project

android.app
public abstract class

android.app.LauncherActivity

java.lang.Object
android.content.Context
android.app.ApplicationContext ViewInflate.Factory
android.app.Activity KeyEvent.Callback Window.Callback
android.app.ListActivity
android.app.LauncherActivity

Displays a list of all activities which can be performed for a given intent. Launches when clicked.

Summary

Constants inherited from class android.app.Activity
Constants inherited from class android.content.Context

Public Constructors

          LauncherActivity()

Protected Methods

abstract        Intent  getTargetIntent()
        void  onCreate(Bundle icicle)
Called when the activity is starting.
        void  onListItemClick(ListView l, View v, int position, long id)
This method will be called when an item in the list is selected.
Methods inherited from class android.app.ListActivity
Methods inherited from class android.app.Activity
Methods inherited from class android.app.ApplicationContext