0

I need to build an android's feeds reader, but I have no idea where to start. I know the basis of java's programming, and I would appreciate a lot some guide lines. can any one help me ? Thanks

Nelson Silva
  • 429
  • 7
  • 22
  • So you know Java. But you are beginning with Android? – Siddharth Lele Oct 11 '12 at 10:36
  • http://code.google.com/p/android-rss/ You can download and check the source code.. but before that learn an object oriented language. – AurA Oct 11 '12 at 10:39
  • Yes. Only basics, but I have some notions about it... – Nelson Silva Oct 11 '12 at 10:39
  • @NelsonSilva: _Some_ notions? Anyway, refer to _Yul's_ answer. I would however recommend that before you take the plunge, you should start with the basics. Start looking at the samples from the SDK. – Siddharth Lele Oct 11 '12 at 10:44
  • those are tutorials, I want to do it by my way, not following someone's way. I only needed guide lines, but I see that you cant help me here... – Nelson Silva Oct 12 '12 at 16:12

1 Answers1

4

I simple google and got these:

  1. Android RSS Feed Reader Example
  2. Android RSS Reader Tutorial
  3. android-feed-reader
  4. Android Development Tutorial – A Simple Twitter Feed Reader
  5. Build a mobile RSS reader
  6. Android sample application: Simple RSS reader based on 5
Trung Nguyen
  • 7,442
  • 2
  • 45
  • 87
  • 2
    Awww. You shouldn't have. He had googled it. ;-) +1 anyway. – Siddharth Lele Oct 11 '12 at 10:39
  • those are tutorials, I want to do it by my way, not following someone's way. I only needed guide lines, but I see that you cant help me here... – Nelson Silva Oct 12 '12 at 16:13
  • 1
    I can't understand what so called `your way` when you know nothing. If you know nothing, learn the basics from others then change by yourself. Even a detail tutorial can't help you so what can help you? `Reading XML using SAX` is the basic. I just wonder did you read all the artical. The fifth from IBM is very detail. It explain from data structure to parsing xml. – Trung Nguyen Oct 13 '12 at 01:48