public class Queue
extends ListActivity
Modifier and Type | Class and Description |
---|---|
class |
Queue.NowPlayingAdapter
An adapter for the Queue class.
|
Modifier and Type | Field and Description |
---|---|
static ProgressBar |
currentProgress |
Constructor and Description |
---|
Queue() |
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 is selected.
|
public void onCreate(Bundle savedInstanceState)
savedInstanceState
- Um I don't even know. Read the Android documentation.public boolean onCreateOptionsMenu(Menu menu)
public boolean onOptionsItemSelected(MenuItem item)