com.main.campustream
Class Profile
java.lang.Object
ListActivity
com.main.campustream.Profile
public class Profile
- extends ListActivity
- Author:
- Bryan Crabtree
Method Summary |
void |
NewComment()
Opens the comment dialog. |
void |
onClick(DialogInterface dialog,
int which)
|
void |
onCreate(Bundle savedInstanceState)
|
void |
OpenComments()
Views the comments of the acted upon status update. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
profileURL
public static java.lang.String profileURL
streamListListener
public OnItemClickListener streamListListener
- Click listener for the list view.
Profile
public Profile()
onCreate
public void onCreate(Bundle savedInstanceState)
NewComment
public void NewComment()
- Opens the comment dialog.
OpenComments
public void OpenComments()
- Views the comments of the acted upon status update.
onClick
public void onClick(DialogInterface dialog,
int which)