Hi!
I am a new Java programmer. I want to learn how to develop Android applications.
If someone could name the best IDE, books and websites from where I can learn, it would really help a lot.
Hi!
I am a new Java programmer. I want to learn how to develop Android applications.
If someone could name the best IDE, books and websites from where I can learn, it would really help a lot.
You can start by looking into my degree thesis on Android Application Development for the intermediate developer. Especially the section "What is Android?" and the section "Hello World as test of IDE".
You get a simple overview of Android, a reference guide (litterature, and links) and the workflow of an application where Java and XML interact.
Good luck, and happy coding :)
The best IDEs are Netbeans & Eclipse, and here are the 2 sites I usually go to:
Here's some books I've read, which I recommend:
I use the Eclipse IDE and I mostly refer to http://developer.android.com/index.html whenever I need guidance. It works wonderfully for me. And more importantly, when I get stuck, I look for help here on stackoverflow and get loads of it. The people are extremely helpful here. I've just begun working on Android as well and will help in any way I can.
And there's an e-book that I referred to to get started, found it very helpful- 'Hello,Android-Introducing Google's Mobile Development Platform'
Buy a subscription to http://www.commonsware.com rather than buying Beginning Android 2... it's the same author and you get that book plus a couple of others that are incredibly worthwhile. The author posts answers here on Stack Overflow almost daily... I don't know where he finds the time. :)