Difference between revisions of "Android Development"

From Klaus' wiki
Jump to: navigation, search
Line 10: Line 10:
 
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 eksempler:
+
Tutorials - online 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 18:
 
http://developer.android.com/guide/index.html
 
http://developer.android.com/guide/index.html
  
Logcat tool til telefonen:
+
Logcat tool for thephone:
 
http://code.google.com/p/alogcat/
 
http://code.google.com/p/alogcat/
  
Line 27: Line 27:
 
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:20, 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


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

Tutorials - online 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 thephone: http://code.google.com/p/alogcat/

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

Ikoner til brug i Android: http://androiddrawableexplorer.appspot.com/

Snippets: http://www.androidsnippets.org Source of knowledge http://stackoverflow.com