meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
android:start [2012/07/04 19:10]
esa-petri [Android Building blocks]
android:start [2012/07/05 22:39]
esa-petri [Android Building blocks]
Line 32: Line 32:
 Record Audio Record Audio
   * http://www.benmccann.com/dev-blog/android-audio-recording-tutorial/   * http://www.benmccann.com/dev-blog/android-audio-recording-tutorial/
 +  * http://developer.android.com/reference/android/media/AudioRecord.html
 GPS location example and discussion in stackoverflow.com GPS location example and discussion in stackoverflow.com
   * [[http://stackoverflow.com/questions/3145089/what-is-the-simplest-and-most-robust-way-to-get-the-users-current-location-in-a/3145655#3145655|GPS location example and helper class]]   * [[http://stackoverflow.com/questions/3145089/what-is-the-simplest-and-most-robust-way-to-get-the-users-current-location-in-a/3145655#3145655|GPS location example and helper class]]
Line 38: Line 39:
 Fetching data from Internet.(Notice permission need to be set to allow this and fetching data should happen in separate thread) Fetching data from Internet.(Notice permission need to be set to allow this and fetching data should happen in separate thread)
   * http://asantoso.wordpress.com/2008/03/07/download-and-view-image-from-the-web/   * http://asantoso.wordpress.com/2008/03/07/download-and-view-image-from-the-web/
 +
 +=== game examples===
 +Snake game example using acceleration to control
 +  * http://www.codecamp.fi/doku.php/android/gameexample
 +Googles examples
 +   * [[http://dl.dropbox.com/u/64923329/code/LunarLander.zip|LunarLander]]
 +   * [[http://dl.dropbox.com/u/64923329/code/AccelerometerPlay.zip|AccelerometerPlay]]
 +Random ones:
 +   * [[http://code.google.com/p/bestcardgameever-android/|basic card game]]
 +   * [[http://obviam.net/index.php/getting-started-in-android-game-development-with-libgdx-create-a-working-prototype-in-a-day-tutorial-part-1/|StarAsault]]
 +   * [[http://stackoverflow.com/questions/5605814/how-to-go-about-creating-a-race-track-game|discussion of race games]]
 +   * [[http://code.google.com/p/andengineexamples/|2d game engine for android]]
 +   * [[http://code.google.com/p/andengineexamples/source/browse/src/org/anddev/andengine/examples/game/racer/RacerGameActivity.java|and its racer game example]]
 +   * [[https://github.com/nicolasgramlich/AndEngine|its source]]
 ===== Android Coding Reference ===== ===== Android Coding Reference =====
   * http://developer.android.com   * http://developer.android.com