프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Instance | Program |
메소드 | 설명 | |
---|---|---|
Exit ( ) : void |
Exit Method.
|
메소드 | 설명 | |
---|---|---|
Initialize ( ) : void |
The main entry point for the application.
|
|
OnCreate ( Bundle savedInstanceState ) : void |
The main method which loads Application.
|
|
OnPause ( ) : void |
The application's activity pauses the execution
|
|
OnResume ( ) : void |
The application's activity resumes the execution
|
protected OnCreate ( Bundle savedInstanceState ) : void | ||
savedInstanceState | Bundle | |
리턴 | void |