Skip to content

Commit 22bea65

Browse files
Laird DorninLaird Dornin
authored andcommitted
Update readme, include chapter project maps.
1 parent febabae commit 22bea65

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.txt

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,33 @@ This repo contains working code for the example in O'Reilly's
55
_Programming Android_; Mednieks, Dornin, Meike, Nakamura
66
http://www.amazon.com/Programming-Android-Zigurd-Mednieks/dp/1449389694/ref=sr_1_1?ie=UTF8&qid=1311005055&sr=8-1
77

8-
The projects are organized by the primary chapter in which the examples appears.
8+
Each project has its own directory. You can determine the chapters associated with each project using the table below:
9+
10+
1:
11+
2:
12+
3:
13+
4:
14+
5:
15+
6:
16+
7:
17+
8
18+
9:
19+
10:
20+
MicroJobs
21+
11:
22+
12:
23+
13:
24+
FinchVideo
25+
FinchFramework
26+
14:
27+
15:
28+
16:
29+
MicroJobs
30+
17:
31+
18:
32+
19:
33+
20:
34+
935

1036
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)
1137

@@ -16,7 +42,7 @@ https://github.com/bmeike/ProgrammingAndroidExamples/wiki/FAQ
1642
To set up a project, check it out and then:
1743
cd $PROJ
1844
cp tools/ide/eclipse/project .project
19-
cp tools/ide/eclipse/classpath .classpaht
45+
cp tools/ide/eclipse/classpath .classpath
2046

2147
Start eclipse and use File > Import > "Existing project into workspace"
2248

0 commit comments

Comments
 (0)