| © |
2000-2007 D. Gruntz |
|
FHNW |
Last update:
9. Juli 2008
|
|
|
|
|
|
Programming Concepts of Android Explained
|
|
|
|
|
|
This page contains the example application explained in the article "Programming Concepts of Android" (Programmierkonzepte von Android am Beispiel) which appeared in the magazine JavaSPEKTRUm 4/2008.
Paper [in German]
Programmierkonzepte von Android am Beispiel,
JavaSPEKTRUM 04/2008.
Sources
LogBook Activity (Sources, zipped Eclipse project)
Binaries
LogBook.apk (Android Package)
To run example, start the Android emulator and install the package:
emulator
adb install LogBook.apk
If you start the application for the first time it shows a black screen only. You first have to add a trip (using the menu).
|
|