Re: [android-developers] newbie android help

2010-07-04 Thread murali raju
save the rss news in a database(preferred) or any plain text. read the data and display in offline mode.. On Thu, Jul 1, 2010 at 12:53 PM, anu wrote: > hello, i m developing an RSS Reader for the purpose of learning more > about this platform. Till now i have been able to parse news from a > loc

Re: [android-developers] newbie android help

2010-07-02 Thread Frank Weiss
Try some of the sample Android applications. Look for one or two that do some of the things your application needs to do. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.c

[android-developers] newbie android help

2010-07-01 Thread anu
hello, i m developing an RSS Reader for the purpose of learning more about this platform. Till now i have been able to parse news from a local news channels' website, now i want to store this news for reading it offline. Let me know how to proceed. This is my first application on android and i m no