Uses of Class
daily49er.android.app.Message

Packages that use Message
daily49er.android.app   
 

Uses of Message in daily49er.android.app
 

Fields in daily49er.android.app with type parameters of type Message
static java.util.List<Message> NewsTab.messageList
           
 

Methods in daily49er.android.app that return Message
 Message Message.copy()
           
 

Methods in daily49er.android.app that return types with arguments of type Message
 java.util.List<Message> RssHandler.getMessages()
           
 java.util.List<Message> SaxFeedParser.parse()
           
 java.util.List<Message> FeedParser.parse()
           
 java.util.List<Message> AndroidSaxFeedParser.parse()
           
 

Methods in daily49er.android.app with parameters of type Message
 int Message.compareTo(Message another)
           
 

Constructor parameters in daily49er.android.app with type arguments of type Message
CustomAdapter(Context context, int textViewResourceId, java.util.List<Message> titles)