public class ShowList
extends Activity
Modifier and Type | Class and Description |
---|---|
class |
ShowList.ShowListCursorAdapter
Adapter for the episode list.
|
Modifier and Type | Field and Description |
---|---|
static View |
current_episode |
static int |
currentShow |
SharedPreferences |
showSettings |
OnCheckedChangeListener |
toggleNew
Listener for when an episode's "New" status is toggled.
|
Constructor and Description |
---|
ShowList() |
Modifier and Type | Method and Description |
---|---|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created.
|
boolean |
onCreateOptionsMenu(Menu menu)
Called when it is time to create the menu.
|
boolean |
onOptionsItemSelected(MenuItem item)
Called when an item in the menu is pressed.
|
void |
onResume()
Called when the activity is resumed, like when you return from another activity or also when it is first created.
|
boolean |
onSearchRequested()
Called when a search is requested.
|
void |
onStop()
Not Current Used
|
public static int currentShow
public static View current_episode
public SharedPreferences showSettings
public OnCheckedChangeListener toggleNew
public void onCreate(Bundle savedInstanceState)
savedInstanceState
- Um I don't even know. Read the Android documentation.public void onResume()
public boolean onSearchRequested()
public void onStop()
public boolean onCreateOptionsMenu(Menu menu)
menu
- Um, the menupublic boolean onOptionsItemSelected(MenuItem item)
item
- The menu item ID that was pressed