public class ConnectGoogleAccount
extends Activity
| Constructor and Description |
|---|
ConnectGoogleAccount() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created.
|
void |
onDestroy()
Called when the activity is destroyed.
|
void |
onPause()
Called when the activity is paused.
|
void |
onResume()
Called when the activity is resumed.
|
void |
onStop()
Called when the activity is stopped.
|
public void onCreate(Bundle savedInstanceState)
savedInstanceState - a Bundle of the saved state, according to Android lifecycle modelpublic void onResume()
public void onPause()
public void onStop()
public void onDestroy()