meta data for this page
This is an old revision of the document!
Android Coding
About android
Android Course Slides
- .. will be added during course
Android development
Android Building blocks
These examples are ready made android classes to be used in codecamp projects(or anywhere). Remember to check AndroidManifest.xml , layouts folder , values folder and classes.
Gui elements howto
Simple multiple views in one activity example(also using random,changing text,text size,text colour of buttons, system time)
Multiple Activities
File handling example
Example of playing media( and closing Activity, loading file list of directory's files, buttons, togglebutton …)
Record Audio
GPS location example and discussion in stackoverflow.com
Accelerometer
Fetching data from Internet.(Notice permission need to be set to allow this and fetching data should happen in separate thread)
game examples
Snake game example using acceleration to control
Googles examples
Random ones:
Android Coding Reference
-
- http://developer.android.com/guide/index.html – Developer Guide
- http://developer.android.com/reference/packages.html – API Reference
- http://developer.android.com/guide/samples/index.html – Sample Code
- http://developer.android.com/design/index.html – Design Guide
Android Coding Discussion
- questions ⇐ Put questions occurred during Code Camp (but not resolved) here