android-examples icon indicating copy to clipboard operation
android-examples copied to clipboard

Android code examples written in Scala

================================================================================ ANDROID EXAMPLES Code examples written in Scala and targeted to the Android platform

This directory contains code examples written in Scala and adapted from Java examples licensed under the Apache License, Version 2.0 and provided by the following sources:

  • Google's Android SDK (http://developer.android.com/sdk/).

    Please read the file README.txt in the "android-sdk" subdirectory for detailed instructions.

  • Android in Practice book (http://code.google.com/p/android-in-practice/)

    Please read the file README.txt in the "android-in-practice" subdirectory for detailed instructions.

    That book is authored by Charlie Collins, Michael D. Galpin and Matthias Kaeppler, and is published by Manning Publications Co. (ISBN: 978-1-9355182-92-4).

  • Unlocking Android book (http://code.google.com/p/unlocking-android/)

    Please read the file README.txt in the "unlocking-android" subdirectory for detailed instructions.

    That book is authored by Frank Ableson, Charlie Collins and Robi Sen, and is published by Manning Publications Co. (ISBN: 978-1-933988-67-2).

  • "apps-for-android" project (http://code.google.com/p/apps-for-android/)

    Please read the file README.txt in the "apps-for-android" subdirectory for detailed instructions.

  • Hello, Android! book (http://www.pragprog.com/titles/eband/hello-android)

    Please read the file README.txt in the "hello-android" subdirectory for detailed instructions.

    That book is authored by Ed Burnette and is published by The Pragmatic Bookshelf.

  • Teach Yourself Android Application Development in 24 Hours (http://www.informit.com/title/9780321673350)

    Please read the file README.txt in the "android-app-dev" subdirectory for detailed instructions.

    That book is authored by Lauren Darcey and Shane Conder and is published by Sams (ISBN-13: 978-0-321-67335-0).

  • The Busy Coder's Guide to Android Development (http://www.commmonsware.com/Android/)

    Please read the file README.txt in the "cw-android" subdirectory for detailed instructions.

    That book is authored by Mark L. Murphy and is published by CommonsWare, LLC (ISBN: 978-0-9816780-0-9, 436 p.).

For information about Scala as a language, you can visit the web site http://www.scala-lang.org/

Have fun! Stephane