-
Notifications
You must be signed in to change notification settings - Fork 100
Home
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