Skip to content

Commit e5ce630

Browse files
committed
Improved readme
1 parent 00b92d1 commit e5ce630

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.txt

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1+
Welcome to the ProgrammingAndroidExamples wiki!
12

2-
To import any of the projects here, into eclipse, first copy the project
3-
files to the project top level directory.
3+
This repo contains working code for the example in O'Reilly's
44

5-
From the project directory:
5+
_Programming Android_; Mednieks, Dornin, Meike, Nakamura
6+
7+
The projects are organized by the primary chapter in which the examples appears.
8+
9+
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)
10+
11+
To set up a project, check it out and then:
12+
cd $PROJ
613
cp tools/ide/eclipse/project .project
7-
cp tools/ide/eclipse/classpath .classpath
14+
cp tools/ide/eclipse/classpath .classpaht
15+
16+
Start eclipse and use File > Import > "Existing project into workspace"
17+
18+
Comments are welcome! Send problems and comments to programmingandroidexamples at callmeike dot net.
819

9-
Then, from eclipse, File > Import > Existing Project into Workspace
1020

0 commit comments

Comments
 (0)