Reputation: 337
I searched on the net for this , but did not get a satisfactory answer. I am new ti Java and Android Programming Environment and have written small applications in Android (simple beginner level) . Now , as everyone says that , to write good programs you should (of-course program) read programs and codes written by other people. This will help you understand how others code , be able to see different coding styles. Now my question is that , if I have an android application with its source code (There are many open source projects available) how should I attempt to read the project? with what should I start reading first? The GUI things or directly run into reading the code , the activities , the services etc etc. How from just the code will I be able to track what the code intends , how its logic flows ? I have an Android phone on which I can test. I just want to know how to read the code properly to have a right grasp of what and how it is doing things.
Upvotes: 4
Views: 3061
Reputation: 8598
Knowing the basics of any Android application, you can:
Upvotes: 11