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
Last revision Both sides next revision
android:start [2012/07/05 22:20]
esa-petri [Android Building blocks]
android:start [2012/07/06 10:48]
hyntty [Development Tasks]
Line 13: Line 13:
   * [[http://www.vogella.de/articles/Android/article.html|Android Development with Eclipse - Tutorial]]   * [[http://www.vogella.de/articles/Android/article.html|Android Development with Eclipse - Tutorial]]
   * [[http://www.javacodegeeks.com/2011/06/android-game-development-tutorials.html|Android Game Development Tutorial]]   * [[http://www.javacodegeeks.com/2011/06/android-game-development-tutorials.html|Android Game Development Tutorial]]
 +  * [[http://obviam.net/|A Extremely good Android game development forum]]
   * [[http://androidapps.org.ua/i_sect11_d1e703.html|Android program life cycle]]   * [[http://androidapps.org.ua/i_sect11_d1e703.html|Android program life cycle]]
   * [[http://developer.android.com/design/patterns/app-structure.html|Ofical documentation of using views and Activities]]   * [[http://developer.android.com/design/patterns/app-structure.html|Ofical documentation of using views and Activities]]
Line 43: Line 44:
 Snake game example using acceleration to control Snake game example using acceleration to control
   * http://www.codecamp.fi/doku.php/android/gameexample   * 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
Line 60: Line 70:
 ===== Development Tasks ===== ===== Development Tasks =====
   * [[setup|Android Development Environment Setup]]    * [[setup|Android Development Environment Setup]] 
 +  * [[signing_software|How to sign android software packages (for testing apps on device) ]] 
 +  * [[java_version|Changing project specific java version (aka Why don't Overrides work?) ]]
   * [[pc cleanup|Cleaning PC after development]] in classroom 6428   * [[pc cleanup|Cleaning PC after development]] in classroom 6428