Android.App.LauncherActivity: Method Members

The methods of Android.App.LauncherActivity are listed below. For a list of all members, see the LauncherActivity Members list.

See Also: Inherited members from Android.App.ListActivity

Public Methods

MakeListItems() : IList<LauncherActivity.ListItem>
Perform the query to determine which results to show and return a list of them.

Protected Methods

IntentForPosition(int) : Android.Content.Intent
Return the actual Intent for a specific position in our Android.Widget.ListView.
ItemForPosition(int) : LauncherActivity.ListItem
Return the NoType:android/app/LauncherActivity$ListItem;Href=../../../reference/android/app/LauncherActivity.ListItem.html for a specific position in our Android.Widget.ListView.
OnQueryPackageManager(Android.Content.Intent) : IList<Android.Content.PM.ResolveInfo>
Perform query on package manager for list items.
OnSetContentView()
Override to call setContentView() with your own content view to customize the list layout.