tdelaub/ProgrammingAndroidExamples
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Welcome to the ProgrammingAndroidExamples wiki! This repo contains working code for the example in O'Reilly's _Programming Android_; Mednieks, Dornin, Meike, Nakamura http://www.amazon.com/Programming-Android-Zigurd-Mednieks/dp/1449389694/ref=sr_1_1?ie=UTF8&qid=1311005055&sr=8-1 Each project has its own directory. You can determine the chapters associated with each project using the table below: 1: 2: 3: 4: 5: 6: 7: 8 9: 10: MicroJobs 11: 12: 13: FinchVideo FinchFramework 14: 15: 16: MicroJobs 17: 18: 19: 20: The projects have all 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 a question, you might check the FAQ: https://github.com/bmeike/ProgrammingAndroidExamples/wiki/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.