com.main.campustream
Class FriendDialog

java.lang.Object
  extended by ListActivity
      extended by com.main.campustream.FriendDialog

public class FriendDialog
extends ListActivity

Author:
Bryan Crabtree

Field Summary
 OnItemClickListener friendsListListener
          Click listener for the list view.
 
Constructor Summary
FriendDialog()
           
 
Method Summary
 void addFriend()
          Sets the default user to follow the acted upon user.
 void errorToast()
          Creates an Android toast event.
 void newFriendToast()
          Creates an Android toast event.
 void onClick(View v)
           
 void onCreate(Bundle savedInstanceState)
           
 void OpenProfile()
          Opens the profile of the acted upon user.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

friendsListListener

public OnItemClickListener friendsListListener
Click listener for the list view.

Constructor Detail

FriendDialog

public FriendDialog()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)

onClick

public void onClick(View v)

errorToast

public void errorToast()
Creates an Android toast event.


newFriendToast

public void newFriendToast()
Creates an Android toast event.


OpenProfile

public void OpenProfile()
Opens the profile of the acted upon user.


addFriend

public void addFriend()
Sets the default user to follow the acted upon user.