meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| android:start [2012/07/04 19:11] – [Android Building blocks] esa-petri | android:start [2012/07/06 15:14] (current) – [Android Coding] hyntty | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[http:// | ||
| ===== Android Building blocks ===== | ===== Android Building blocks ===== | ||
| These examples are ready made android classes to be used in codecamp projects(or anywhere). | These examples are ready made android classes to be used in codecamp projects(or anywhere). | ||
| Line 39: | Line 41: | ||
| 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:// | * http:// | ||
| + | |||
| + | === game examples=== | ||
| + | Snake game example using acceleration to control | ||
| + | * http:// | ||
| + | Googles examples | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | Random ones: | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| ===== Android Coding Reference ===== | ===== Android Coding Reference ===== | ||
| * http:// | * http:// | ||
| Line 55: | Line 71: | ||
| ===== 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 | ||