forked from michelou/android-examples
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
77 lines (45 loc) · 2.56 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
================================================================================
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