public class ContentActivity
extends AppCompatActivity
| Modifier and Type | Field and Description |
|---|---|
protected Content |
content |
protected android.widget.ListView |
contentHistory |
protected ContentView |
contentView |
protected ShareActionProvider |
shareProvider |
| Constructor and Description |
|---|
ContentActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
void |
onBackPressed() |
void |
onCreate(android.os.Bundle savedInstanceState) |
boolean |
onCreateOptionsMenu(android.view.Menu menu) |
void |
onDestroy() |
void |
onNewIntent(android.content.Intent intent) |
boolean |
onOptionsItemSelected(android.view.MenuItem item) |
boolean |
onPrepareOptionsMenu(android.view.Menu menu) |
void |
onStart() |
void |
onStop() |
protected void |
removeContent() |
protected void |
removeHistory() |
protected void |
showContent() |
protected void |
showHistory() |
protected Content content
protected ContentView contentView
protected android.widget.ListView contentHistory
protected ShareActionProvider shareProvider
public void onCreate(android.os.Bundle savedInstanceState)
public void onNewIntent(android.content.Intent intent)
public void onStart()
public void onStop()
public void onDestroy()
protected void removeContent()
protected void showContent()
protected void removeHistory()
protected void showHistory()
public void finish()
public void onBackPressed()
public boolean onCreateOptionsMenu(android.view.Menu menu)
public boolean onPrepareOptionsMenu(android.view.Menu menu)
public boolean onOptionsItemSelected(android.view.MenuItem item)