Difference between revisions of "Android Development"

From Klaus' wiki
Jump to: navigation, search
Line 1: Line 1:
==Applications==
 
 
[[meterReading]] is an application that helps you controlling your consumption of electricity, water, heating, etc.
 
 
 
==Android tips and trix.==
 
==Android tips and trix.==
  
Use [[File:Klaus_java_format.xml]] to format your Java code - it will then look most like the AU-HIH standard for C/C++.
+
Use [[File:Klaus_java_format.xml]] to format your Java code - it will then look most like the AU-HIH standard for C/C++. The your code would look like [[Android Example Code]]
  
 
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'''
 
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'''

Revision as of 09:33, 13 February 2011

Android tips and trix.

Use File:Klaus java format.xml to format your Java code - it will then look most like the AU-HIH standard for C/C++. The your code would look like Android Example Code

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 Android

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