com.main.campustream
Class StreamTab
java.lang.Object
ListActivity
com.main.campustream.StreamTab
public class StreamTab
- extends ListActivity
- Author:
- Bryan Crabtree
Method Summary |
void |
NewComment()
Opens a dialog to comment on a status. |
void |
onClick(View v)
|
void |
onCreate(Bundle savedInstanceState)
|
void |
OpenComments()
Opens the comment list for the acted upon item. |
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 |
streamListListener
public OnItemClickListener streamListListener
- Click listener for the list view.
StreamTab
public StreamTab()
onCreate
public void onCreate(Bundle savedInstanceState)
refreshList
public void refreshList()
- Refreshes the list.
OpenProfile
public void OpenProfile()
- Opens the profile of the acted upon user.
onClick
public void onClick(View v)
NewComment
public void NewComment()
- Opens a dialog to comment on a status.
OpenComments
public void OpenComments()
- Opens the comment list for the acted upon item.