Hacker News new | ask | show | jobs
by phernandez 5873 days ago
I can second the commonsware books mentioned previously. They are very helpful because you can download the source and run the apps to see how they work. Also check out the AppDemos that come with the sdk for examples.

The http://android.git.kernel.org/ site has the source for lots of the bundled apps too. Especially useful to see how they put their layouts together.

1 comments

> Especially useful to see how they put their layouts together.

Thanks. I love examples because you can see the craftmanship.