TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Recommended reading for beginning Android development?

6 pointsby norovaalmost 14 years ago
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.

5 comments

Toddwardalmost 14 years ago
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.
danestalmost 14 years ago
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.
nextparadigmsalmost 14 years ago
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>
jamesbrittalmost 14 years ago
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.
评论 #2592068 未加载
veetialmost 14 years ago
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.