Difference between revisions of "Android Programming"

From Lazarus wiki
Jump to navigationJump to search
Line 17: Line 17:
 
!COLSPAN="1" STYLE="background:#ffdead;"|'''Multi-touch'''
 
!COLSPAN="1" STYLE="background:#ffdead;"|'''Multi-touch'''
 
!COLSPAN="1" STYLE="background:#ffdead;"|'''Comments'''
 
!COLSPAN="1" STYLE="background:#ffdead;"|'''Comments'''
|
+
|---
 
|HTC||Wildfire||?||armv5||2.1=>2.2||Yes||-
 
|HTC||Wildfire||?||armv5||2.1=>2.2||Yes||-
 
|}
 
|}

Revision as of 14:21, 18 March 2011

Go back to Android Interface

Knowing general Android programming can be very useful to help developing the Lazarus Android Interface.

Details about Android devices

Since there are so many Android devices, it can be useful to keep track of some information about them. See also in the wikipedia Comparison of Android Devices.

Manufacturer Model Android API Name (Build.Model) Processor Android version Multi-touch Comments
HTC Wildfire ? armv5 2.1=>2.2 Yes -

Creating a new Java Android Application

Generic instructions here: http://developer.android.com/guide/developing/other-ide.html

References