C# Class android.app.LauncherActivity

Inheritance: android.app.ListActivity
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
makeListItems ( ) : global::java.util.List

Méthodes protégées

Méthode Description
LauncherActivity ( global @__env )
getTargetIntent ( ) : global::android.content.Intent
intentForPosition ( int arg0 ) : global::android.content.Intent
itemForPosition ( int arg0 ) : global::android.app.LauncherActivity.ListItem
onCreate ( android arg0 ) : void
onListItemClick ( android arg0, android arg1, int arg2, long arg3 ) : void
onQueryPackageManager ( android arg0 ) : global::java.util.List
onSetContentView ( ) : void

Private Methods

Méthode Description
LauncherActivity ( )

Method Details

LauncherActivity() protected méthode

protected LauncherActivity ( global @__env )
@__env global

getTargetIntent() protected méthode

protected getTargetIntent ( ) : global::android.content.Intent
Résultat global::android.content.Intent

intentForPosition() protected méthode

protected intentForPosition ( int arg0 ) : global::android.content.Intent
arg0 int
Résultat global::android.content.Intent

itemForPosition() protected méthode

protected itemForPosition ( int arg0 ) : global::android.app.LauncherActivity.ListItem
arg0 int
Résultat global::android.app.LauncherActivity.ListItem

makeListItems() public méthode

public makeListItems ( ) : global::java.util.List
Résultat global::java.util.List

onCreate() protected méthode

protected onCreate ( android arg0 ) : void
arg0 android
Résultat void

onListItemClick() protected méthode

protected onListItemClick ( android arg0, android arg1, int arg2, long arg3 ) : void
arg0 android
arg1 android
arg2 int
arg3 long
Résultat void

onQueryPackageManager() protected méthode

protected onQueryPackageManager ( android arg0 ) : global::java.util.List
arg0 android
Résultat global::java.util.List

onSetContentView() protected méthode

protected onSetContentView ( ) : void
Résultat void