Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commonsguy/cw-android
Source Code to _The Busy Coder's Guide To Android Development_
https://github.com/commonsguy/cw-android
Last synced: 5 days ago
JSON representation
Source Code to _The Busy Coder's Guide To Android Development_
- Host: GitHub
- URL: https://github.com/commonsguy/cw-android
- Owner: commonsguy
- License: apache-2.0
- Created: 2009-11-09T01:09:29.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-06-27T22:18:49.000Z (over 11 years ago)
- Last Synced: 2024-10-16T13:05:35.389Z (18 days ago)
- Language: Java
- Homepage: http://commonsware.com/Android/
- Size: 2.87 MB
- Stars: 1,163
- Watchers: 112
- Forks: 811
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE-Apache2.txt
Awesome Lists containing this project
- awesome-android-person - cw-android
README
Welcome to the source code for original editions of _The Busy Coder's Guide to Android Development_!
**Note that this book has been substantially revised, with its samples moved to a fresh
GitHub repository, and so if you are looking for more up-to-date
material, you probably want [the cw-omnibus repo](http://github.com/commonsguy/cw-omnibus).**All of the source code in this archive is licensed under the
Apache 2.0 license except as noted.The names of the top-level directories roughly correspond to a
shortened form of the chapter titles. Since chapter numbers
change with every release, and since some samples are used by
multiple chapters, I am loathe to put chapter numbers in the
actual directory names.If you wish to use this code, bear in mind a few things:
* The projects are set up to be built by Ant, not by Eclipse.
If you wish to use the code with Eclipse, you will need to
create a suitable Android Eclipse project and import the
code and other assets.* You should delete build.xml from the project, then run
`android update project -p ...` (where ... is the path to a project of interest)
on those projects you wish to use, so the build files are
updated for your Android SDK version.