daily49er.android.app
Class NewsTab

java.lang.Object
  extended by ListActivity
      extended by daily49er.android.app.NewsTab

public class NewsTab
extends ListActivity


Field Summary
static java.util.List<Message> messageList
           
 
Constructor Summary
NewsTab()
           
 
Method Summary
 void loadFeed()
          Parse, format, and print article's title in list view order.
 void onCreate(Bundle savedInstanceState)
          Called when the activity is first created.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageList

public static java.util.List<Message> messageList
Constructor Detail

NewsTab

public NewsTab()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)
Called when the activity is first created.


loadFeed

public void loadFeed()
Parse, format, and print article's title in list view order.