com.main.campustream
Class NewsPage
java.lang.Object
ListActivity
com.main.campustream.NewsPage
public class NewsPage
- extends ListActivity
- Author:
- Bryan Crabtree
Method Summary |
void |
addComment()
Opens a dialog to add a response to the acted upon item. |
void |
onClick(View v)
|
void |
onCreate(Bundle savedInstanceState)
|
void |
OpenProfile()
Opens the profile of the acted upon user. |
void |
refreshList()
Refreshes the list. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
questionListListener
public OnItemClickListener questionListListener
- Click listener for the list view.
NewsPage
public NewsPage()
onCreate
public void onCreate(Bundle savedInstanceState)
onClick
public void onClick(View v)
refreshList
public void refreshList()
- Refreshes the list.
OpenProfile
public void OpenProfile()
- Opens the profile of the acted upon user.
addComment
public void addComment()
- Opens a dialog to add a response to the acted upon item.