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
Asked
Active
Viewed 1,678 times
0
-
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 Answers
4
I simple google and got these:

Trung Nguyen
- 7,442
- 2
- 45
- 87
-
2
-
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
-
1I 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