com.main.campustream
Class NewsPage

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

public class NewsPage
extends ListActivity

Author:
Bryan Crabtree

Nested Class Summary
 class NewsPage.CommentAdapter
           
 
Field Summary
 OnItemClickListener questionListListener
          Click listener for the list view.
 
Constructor Summary
NewsPage()
           
 
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
 

Field Detail

questionListListener

public OnItemClickListener questionListListener
Click listener for the list view.

Constructor Detail

NewsPage

public NewsPage()
Method Detail

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.