C# Class android.app.LauncherActivity

Inheritance: android.app.ListActivity
ファイルを表示 Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
makeListItems ( ) : global::java.util.List

Protected Methods

Method 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

Method Description
LauncherActivity ( )

Method Details

LauncherActivity() protected method

protected LauncherActivity ( global @__env )
@__env global

getTargetIntent() protected method

protected getTargetIntent ( ) : global::android.content.Intent
return global::android.content.Intent

intentForPosition() protected method

protected intentForPosition ( int arg0 ) : global::android.content.Intent
arg0 int
return global::android.content.Intent

itemForPosition() protected method

protected itemForPosition ( int arg0 ) : global::android.app.LauncherActivity.ListItem
arg0 int
return global::android.app.LauncherActivity.ListItem

makeListItems() public method

public makeListItems ( ) : global::java.util.List
return global::java.util.List

onCreate() protected method

protected onCreate ( android arg0 ) : void
arg0 android
return void

onListItemClick() protected method

protected onListItemClick ( android arg0, android arg1, int arg2, long arg3 ) : void
arg0 android
arg1 android
arg2 int
arg3 long
return void

onQueryPackageManager() protected method

protected onQueryPackageManager ( android arg0 ) : global::java.util.List
arg0 android
return global::java.util.List

onSetContentView() protected method

protected onSetContentView ( ) : void
return void