|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectListActivity
daily49er.android.app.Article
public class Article
Constructor Summary | |
---|---|
Article()
|
Method Summary | |
---|---|
boolean |
onCreateOptionsMenu(Menu menu)
Creates a context menu from /res/layout/menu_button.xml; the context menu will present the user options to share an article that is being currently viewed through Facebook, Twitter and e-mail. |
boolean |
onOptionsItemSelected(MenuItem item)
Perform the respective sharing actions for each type of service selected from the sharing context menu. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Article()
Method Detail |
---|
public boolean onCreateOptionsMenu(Menu menu)
menu
- - the menu that will be created through the
menu inflater.
public boolean onOptionsItemSelected(MenuItem item)
item
- - the button selected from the menu button.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |