|
Project Information
Members
Featured
Downloads
Links
|
Unlocking AndroidTHIS SITE CONTAINS CODE FOR THE FIRST EDITION OF UNLOCKING ANDROID. Code for ANDROID_IN_ACTION (i.e. the updated version of Unlocking Android) is found @ the link below http://code.google.com/p/android-in-action/ This project hosts the example code for the Manning book Unlocking Android. This is intended to be a quick and easy reference for the sample code provided in the book.
Now in stock at Amazon! http://www.amazon.com/Unlocking-Android-Frank-Ableson/dp/1933988673 Table of contents, index, sample chapters, and support forum are all available at the Manning site:
Get the codeThere are several ways you can get the code. 1. Use Subversion to get the latest code from the repositoryThe repository is organized on a per chapter code sample basis (the typical Google Code hosting trunk does not have the projects, intentionally). To get the code (using svn) for a particular chapter: svn co http://unlocking-android.googlecode.com/svn/chapterX/trunk/ To get the code (using svn) for all the chapters at once you can use a small script that loops all the chapters. 2. Download the code for ALL chapters in a single archive bundleuadcode_allchapters_20090630.zip 3. Browse the code for each chapter online here
Sample Code by Chapter1. Targeting AndroidWhereDoYouLive? 2. Development EnvironmentAndroidTipCalculator 3. User InterfacesRestaurantFinder 4. Intents and ServicesWeatherReporter ServiceBinderExample 5. Storing and Retrieving DataSharedPreferencesTester SharedPreferencesOtherPackageTester FileStorage ProviderExplorer ProviderWidgets 6. NetworkingNetworkExplorer NetworkSocketServer 7. TelephonyTelephonyExplorer 8. Notifications and AlarmsSimpleAlarm NotifyAlarm SMSNotifyExample SMSNotifyExample2
9. Graphics and AnimationBounceyBall OpenGLSquare XMLAnimate XMLDraw 10. MultimediaSimpleVideo SimpleCamera SoundRecordingDemo MediaPlayerExample 11. Location Based ServicesWindWaves GeocodeExample 12. Putting it all together 1: A Field Service ApplicationAndroid Client Server 13. Hacking AndroidDaytimeClient Native C Code |