참조 : http://developer.android.com/reference/android/app/Activity.html

public class Activity extends ApplicationContext {
protected void onCreate(Bundle savedInstanceState);
protected void onStart();
protected void onRestart();
protected void onResume();
protected void onPause();
protected void onStop();
protected void onDestroy();
}

public class Activity extends ApplicationContext {
protected void onCreate(Bundle savedInstanceState);
protected void onStart();
protected void onRestart();
protected void onResume();
protected void onPause();
protected void onStop();
protected void onDestroy();
}
728x90
'Resources > Android' 카테고리의 다른 글
[Android] 무선으로 adb를 붙여서 사용해 보자. (6) | 2025.02.12 |
---|---|
[GalaxyS][APK] 영웅문S~ 오호! 그래도 개중 빠르구나! (5) | 2010.08.31 |
[Android] AVD Emulator 관련 단축키 (1) | 2010.06.04 |
[Android]◈ AVD (Android Virtual Devices) 사용하기 1편 (4) | 2010.06.04 |