Android.App.LauncherActivity Members

The members of Android.App.LauncherActivity are listed below.

See Also: Inherited members from Android.App.ListActivity

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
TargetIntentAndroid.Content.Intent. Get the base intent to use when running Android.Content.PM.PackageManager.QueryIntentActivities(Android.Content.Intent, Android.Content.PM.PackageInfoFlags).
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.