Difference between revisions of "Android Development"

From Klaus' wiki
Jump to: navigation, search
Line 1: Line 1:
 
Android tips and trix.
 
Android tips and trix.
 +
 +
On Linux (at least Fedoras) the Pop-up dialogs used to set all kind of properties does not work by just clicking on them with your mouse. Instead first issue '''Alt+F12''' before clicking on the elipsis (...). When finished hit '''ESC'''
  
 
Screencast your phone on the PC with [http://androidscreencast.googlecode.com/svn/trunk/AndroidScreencast/dist/androidscreencast.jnlp this]
 
Screencast your phone on the PC with [http://androidscreencast.googlecode.com/svn/trunk/AndroidScreencast/dist/androidscreencast.jnlp this]
Line 6: Line 8:
  
 
Books:
 
Books:
http://pragprog.com/titles/eband3/hello-android
+
[http://pragprog.com/titles/eband3/hello-android Hello Andrid]
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 Professional Android Application Development Programmer]
  
 
Tutorials - on-line examples:
 
Tutorials - on-line examples:
http://www.androidsnippets.org/
+
[http://www.androidsnippets.org/ AndroidSnippets]
http://developer.android.com/guide/appendix/faq/commontasks.html
+
 
http://mobile.tutsplus.com/tutorials/android/android-sdk-alert/
+
[http://developer.android.com/guide/appendix/faq/commontasks.html Common tasks]
 +
 
 +
[http://mobile.tutsplus.com/tutorials/android/android-sdk-alert/ Android SDK Alert]
 +
 
 +
[http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/index.html Examples] at Android.com
  
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/index.html
+
[http://developer.android.com/guide/index.html Guides] at Android.com
http://developer.android.com/guide/index.html
+
  
Logcat tool for the phone:
+
Logcat tool for the phone: [http://code.google.com/p/alogcat/ Logcat]
http://code.google.com/p/alogcat/
+
  
API demo's:
+
API demo's: [http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/index.html API demo]
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/index.html
+
  
Icons for Android:
+
Icons for Android: [http://androiddrawableexplorer.appspot.com/ Icons]
http://androiddrawableexplorer.appspot.com/
+
  
Source of knowledge
+
Source of knowledge [http://stackoverflow.com StackOverFlow]
http://stackoverflow.com
+

Revision as of 15:23, 19 December 2010

Android tips and trix.

On Linux (at least Fedoras) the Pop-up dialogs used to set all kind of properties does not work by just clicking on them with your mouse. Instead first issue Alt+F12 before clicking on the elipsis (...). When finished hit ESC

Screencast your phone on the PC with this

List of phones with technical information can be found here

Books: Hello Andrid

Professional Android Application Development Programmer

Tutorials - on-line examples: AndroidSnippets

Common tasks

Android SDK Alert

Examples at Android.com

Guides at Android.com

Logcat tool for the phone: Logcat

API demo's: API demo

Icons for Android: Icons

Source of knowledge StackOverFlow