For that I would recommend the official Android Documentation web site: http://developer.android.com/guide/index.html
There you will find everything you need. However, to make things easier, I will give a roadmap of what is more important to read in order to start developing.
In the Dev Code tab read the following chapters:
- What is Android
- Application Fundamentals
- User Interface
- Content Provider
- Security and Permissions
- The AndroidManifest.xml
I strongly advise you to go to the Resources tab as well and read the tutorial. Also do the examples together. It helps you apply the theory you learned very nicely.
Finally, the tool: I like very much MOTODEV Studio for Android. Although the name suggests the tool is specific for a certain brand, you can you use tool for free and it covers the whole Android development life cycle. The link is http://developer.motorola.com/docstools/motodevstudio/
I believe this covers the basic for learning Android.
No comments:
Post a Comment