Difference between revisions of "Android Development"

From Klaus' wiki
Jump to: navigation, search
Line 5: Line 5:
 
List of phones with technical information can be found [http://www.andro-phones.com/2010-android-phones.php here]
 
List of phones with technical information can be found [http://www.andro-phones.com/2010-android-phones.php here]
  
 
+
Books:
Bøger:
+
 
http://pragprog.com/titles/eband3/hello-android
 
http://pragprog.com/titles/eband3/hello-android
 
http://www.amazon.com/Professional-Android-Application-Development-Programmer/dp/0470565527/ref=cm_lmf_tit_2
 
http://www.amazon.com/Professional-Android-Application-Development-Programmer/dp/0470565527/ref=cm_lmf_tit_2
  
Tutorials - online examples:
+
Tutorials - on-line examples:
 
http://www.androidsnippets.org/
 
http://www.androidsnippets.org/
 
http://developer.android.com/guide/appendix/faq/commontasks.html
 
http://developer.android.com/guide/appendix/faq/commontasks.html
Line 18: Line 17:
 
http://developer.android.com/guide/index.html
 
http://developer.android.com/guide/index.html
  
Logcat tool for thephone:
+
Logcat tool for the phone:
 
http://code.google.com/p/alogcat/
 
http://code.google.com/p/alogcat/
  
API demoer:
+
API demo's:
 
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/index.html
 
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/index.html
  
Ikoner til brug i Android:
+
Icons for Android:
 
http://androiddrawableexplorer.appspot.com/
 
http://androiddrawableexplorer.appspot.com/
  
Snippets:
 
http://www.androidsnippets.org
 
 
Source of knowledge
 
Source of knowledge
 
http://stackoverflow.com
 
http://stackoverflow.com

Revision as of 08:22, 17 December 2010

Android tips and trix.

Screencast your phone on the PC with this

List of phones with technical information can be found here

Books: http://pragprog.com/titles/eband3/hello-android http://www.amazon.com/Professional-Android-Application-Development-Programmer/dp/0470565527/ref=cm_lmf_tit_2

Tutorials - on-line examples: http://www.androidsnippets.org/ http://developer.android.com/guide/appendix/faq/commontasks.html http://mobile.tutsplus.com/tutorials/android/android-sdk-alert/

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/index.html http://developer.android.com/guide/index.html

Logcat tool for the phone: http://code.google.com/p/alogcat/

API demo's: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/index.html

Icons for Android: http://androiddrawableexplorer.appspot.com/

Source of knowledge http://stackoverflow.com