コード例 #1
0
 protected void onStart() {
   super.onStart();
 }
コード例 #2
0
 protected void onStop() {
   super.onStop();
 }
コード例 #3
0
  protected void onResume() {

    super.onResume();
  }
コード例 #4
0
 protected void onRestart() {
   super.onRestart();
 }
コード例 #5
0
 protected void onPause() {
   super.onPause();
 }
コード例 #6
0
 protected void onDestroy() {
   super.onDestroy();
 }
コード例 #7
0
 protected void onCreate(Bundle paramBundle) {
   super.onCreate(paramBundle);
   setContentView(R.layout.setting_activity);
 }