C# 클래스 android.app.LauncherActivity

상속: android.app.ListActivity
파일 보기 프로젝트 열기: JeroMiya/androidmono 1 사용 예제들

공개 메소드들

메소드 설명
makeListItems ( ) : global::java.util.List

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LauncherActivity ( )

메소드 상세

LauncherActivity() 보호된 메소드

protected LauncherActivity ( global @__env )
@__env global

getTargetIntent() 보호된 메소드

protected getTargetIntent ( ) : global::android.content.Intent
리턴 global::android.content.Intent

intentForPosition() 보호된 메소드

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

itemForPosition() 보호된 메소드

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

makeListItems() 공개 메소드

public makeListItems ( ) : global::java.util.List
리턴 global::java.util.List

onCreate() 보호된 메소드

protected onCreate ( android arg0 ) : void
arg0 android
리턴 void

onListItemClick() 보호된 메소드

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

onQueryPackageManager() 보호된 메소드

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

onSetContentView() 보호된 메소드

protected onSetContentView ( ) : void
리턴 void