Hello. I'm starting to delve into Android development and was just wondering if anyone has any book, site, blog, etc. recommendations that they'd be able to share. I've read through the Google Android guide a bit but frankly the thing is formatted in such a way that I just can't focus when working through it, so I'm looking to alternatives.
I used this book to get me started: <a href="http://www.amazon.com/Android-Developers-Cookbook-Building-Applications/dp/0321741234" rel="nofollow">http://www.amazon.com/Android-Developers-Cookbook-Building-A...</a><p>Enough examples to get you on your way to building something interesting. I did have to refer to Google's docs when trying to use newer features or to get a more technical grasp on what certain things did.
I have used this book and it has helped a lot <a href="http://www.amazon.com/Professional-Android-Application-Development-Programmer/dp/0470565527" rel="nofollow">http://www.amazon.com/Professional-Android-Application-Devel...</a><p>I heard good things about this <a href="http://commonsware.com/" rel="nofollow">http://commonsware.com/</a> so you might want to check it out.
Try some youtube tutorials, though there aren't too many, and some can't be easily found with a search.<p>Sites:
<a href="http://anddev.org/" rel="nofollow">http://anddev.org/</a>
<a href="http://www.androidsnippets.com/" rel="nofollow">http://www.androidsnippets.com/</a>
<a href="http://p-xr.com/" rel="nofollow">http://p-xr.com/</a>
I've not found a book I thought was better than the Google docs, sad to say.<p>Biggest issue I had was grokking the idea of intents and such; the terminology is not well explained.<p>Overall I got the most out of looking at sample code. I've seen several suggestions to do the Google tutorials as well.
A lot of the resources for Android development are a bit outdated right now: probably none of them make any use of the new fragment functionality which is a must for building a functional app for phones and tablets.