Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

What are the best android tutorials for a beginner?

-JB

share|improve this question

closed as not constructive by casperOne Aug 2 '12 at 12:45

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.

12 Answers

Hello world

Hello views

Notepad Tutorial

List of Sample Apps

Novice Tutorials on anddev.org

Hello Android Tutorials

If you need specific tutorials (e.g. for notification) google is your friend

share|improve this answer

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. :)

share|improve this answer

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.

share|improve this answer

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.

share|improve this answer

i found some really good video tutorials here: http://www.xtensivearts.com/

share|improve this answer

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. :)

share|improve this answer

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.

share|improve this answer

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.

share|improve this answer
+1 for this. The book is very well done! – Zach Dziura Jun 1 '12 at 0:09

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

share|improve this answer

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

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.