Android Development where to start (IDE and books title required) [closed]
We do开发者_如何学编程n’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionI am starting into the development of mobile app. I want to start with Android. I am planning to develop application using emulator.
Please recommend me where to start, which book I should follow? Which IDE and tools?
I am use to Microsoft development stack with 5 years of experience.
The best place to start is:
http://developer.android.com
The "Dev Guide".
Android is one of the best documentet Environments IMHO. And this is not only technical. You get a huge load of examples there as well.
I definetly recommend "Eclipse" with the "ADT" (Android Developer Tools). All of that is documented in high detail in the mentioned developer Guide.
You should work through the Android development tutorials at http://developer.android.com/resources/browser.html?tag=tutorial and go from there. Eclipse is the standard IDE.
Motodev Studio from Motorola is a good IDE. http://developer.motorola.com/docstools/motodevstudio/download/
About books, Android documentatio it's self a good reference.
http://developer.android.com/guide/basics/what-is-android.html
Eclipse with ADT is the de-facto standard for writing Android apps.
Googles, developer guide, is the best introduction.
Once out of the learning curve, I highly recommend using a phone for development, and not the emulator, as it tends to be slow, and has many things it does not actually emulate.
精彩评论