public class SwarmMainActivity extends SwarmActivity
Constructor and Description |
---|
SwarmMainActivity() |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
onConfigurationChanged(Configuration newConfig) |
void |
onCreate(Bundle savedInstanceState)
Provides the same functionality as Activity's onCreate and transparently handles other necessary Swarm-specific calls.
|
void |
onDestroy() |
boolean |
onKeyDown(int keyCode,
KeyEvent event) |
void |
onPause()
Provides the same functionality as Activity's onPause and transparently handles other necessary Swarm-specific calls.
|
void |
onResume()
Provides the same functionality as Activity's onResume and transparently handles other necessary Swarm-specific calls.
|
void |
onStop() |
void |
refresh() |
void |
show(int screen) |
void |
startActivity(Intent intent) |
public void onCreate(Bundle savedInstanceState)
SwarmActivity
public void onResume()
SwarmActivity
public void refresh()
public void onPause()
SwarmActivity
public void onStop()
public void onDestroy()
public void show(int screen)
public boolean onKeyDown(int keyCode, KeyEvent event)
public void onConfigurationChanged(Configuration newConfig)
public void finish()
public void startActivity(Intent intent)