public class VideoActivity extends IRCChat
Constructor and Description |
---|
VideoActivity() |
Modifier and Type | Method and Description |
---|---|
void |
onConfigurationChanged(Configuration newConfig)
Used to handle when the screen is rotated, to set the necessary padding.
|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created.
|
void |
onDestroy() |
boolean |
onOptionsItemSelected(MenuItem item)
Called when an item in the menu is pressed.
|
dispatchKeyEvent, getNickColor, getRandomColor, initiate, logout, onCreateOptionsMenu, onKeyDown, onPause, onResume, parseEmoticons, receiveEvent, resume, Rot47
public void onCreate(Bundle savedInstanceState)
IRCChat
public boolean onOptionsItemSelected(MenuItem item)
IRCChat
onOptionsItemSelected
in class IRCChat
item
- The menu item ID that was pressedpublic void onConfigurationChanged(Configuration newConfig)
IRCChat
onConfigurationChanged
in class IRCChat
public void onDestroy()