What are the best android tutorials for a beginner?
-JB
|
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Novice Tutorials on anddev.org If you need specific tutorials (e.g. for notification) google is your friend |
|||
|
|
|
Cal Poly San Luis Obispo did an upper division Android Development Course. All the labs can be accessed online at: http://sites.google.com/site/androidappcourse/labs An archived version also got picked up by Google Code University (in case any of the above content goes down in the future.): http://code.google.com/edu/android/index.html They're tutorial style and come with project stubs that you can download. This was my thesis work. Shameless plug, I know. :) |
|||
|
|
|
All the tutorials in the SDK? It comes with a boatload of samples for pretty much every part of the OS. If you're looking for something more specific, you should say so. |
|||
|
|
|
I am new and I am starting with the tutorials said above. I am also reading through the guide but sometimes it can be vague. I read off and on (and highly recommend) Professional Android Application Development. I also heard that Sam's Teach Yourself Android Application Development in 24 Hours is a great book and this one is based either Android 2.1. I'm sure both of the books have tutorials to move you forward in learning how to develop. |
|||
|
|
|
i found some really good video tutorials here: http://www.xtensivearts.com/ |
|||
|
|
|
Here are some more step by step tutorials with screen shots and examples Getting Started with Android Development Building an android application |
|||
|
|
|
just go to android developer site try there demo applications. port their Apidemos in your emulator. look out their code it will help you lot. :) |
|||
|
|
|
The collection of 3 books by Mark Murphy have excellent examples and tutorials. They do cost $40USD as an ebook set but I think that if you're going to get into Android develepment then it's WELL worth it. They've been brilliant for me. They're much gentler and easier to understand than the fairly minimal official tutorial material. |
|||
|
|
|
I wrote a book Android Development for Luddites, which you can view here in full. I've been meaning to edit the text and publish it in a more human readable format at http://android.luddites.me, but it's still a work in progress. Every day postponed is another new version of Android released. |
|||
|
|
|
I found these ones quite good for a first tutorial to read: http://www3.ntu.edu.sg/home/ehchua/programming/#Android More simple than the Android Dev Site but still references it in parts for further reading |
|||
|
|
|
I find Lars Vogel's tutorial very helpful. He maintains it and always updates it to the latest Android versions. Check it out at: http://www.vogella.com/articles/Android/article.html BTW, Lars Vogel has several great Tutorials on his website at: http://www.vogella.com/android.html |
|||
|
|