Skip to content
bmeike edited this page Mar 15, 2012 · 15 revisions

Welcome to the home for the working code examples for O'Reilly's Programming Android, 2nd Edition; Mednieks, Dornin, Meike, Nakamura

The code for the 2nd Edition of Programming Android is now available here:

https://github.com/bmeike/ProgrammingAndroid2Examples

(git://github.com/bmeike/ProgrammingAndroid2Examples.git)

The new repo has been re-organized and all the code has been updated to run under ICS

The old repo:

https://github.com/bmeike/ProgrammingAndroidExamples

has been deprecated and will be removed soon

All code has been tested in eclipse, using the emulator (with the exception of a couple that are hardware dependent; those projects have notes to that effect in their README files).

If you have questions, please be sure to check the FAQ

To set up a project, check it out and then:

cd $PROJ

cp tools/ide/eclipse/project .project

cp tools/ide/eclipse/classpath .classpath

Start eclipse and use File > Import > "Existing project into workspace"

Comments are welcome! Send problems and comments to programmingandroidexamples at callmeike dot net. You may be able to get an answer to your question much more quickly, though, by looking in the FAQ

Clone this wiki locally