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.

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 …)

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)

Android Coding Reference

Android Coding Discussion

Development Tasks