Difference between revisions of "Android4Pascal"

From Lazarus wiki
Jump to navigationJump to search
Line 4: Line 4:
  
 
==Download==
 
==Download==
 +
 +
===Latest development version===
 +
 +
svn co https://p-tools.svn.sourceforge.net/svnroot/p-tools/systeminfo4android/ systeminfo4android
 +
 +
Changelog:
 +
 +
* Added support for android.util.DisplayMetrics
  
 
===Version 0.2===
 
===Version 0.2===
Line 11: Line 19:
 
This version was distributed as an example project which can be obtained with the following svn command:
 
This version was distributed as an example project which can be obtained with the following svn command:
  
svn co https://p-tools.svn.sourceforge.net/svnroot/p-tools -r 230 p-tools
+
svn co https://p-tools.svn.sourceforge.net/svnroot/p-tools/turbochessclock4android/ -r 230 turbochessclock4android
  
 
===Version 0.1===
 
===Version 0.1===

Revision as of 16:25, 8 April 2011

Android4Pascal are the bindings which connect Pascal applications running as executables in Android with the Android Java APIs.

See also Android_Interface/Native_Android_GUI

Download

Latest development version

svn co https://p-tools.svn.sourceforge.net/svnroot/p-tools/systeminfo4android/ systeminfo4android

Changelog:

  • Added support for android.util.DisplayMetrics

Version 0.2

Released on March 2011

This version was distributed as an example project which can be obtained with the following svn command:

svn co https://p-tools.svn.sourceforge.net/svnroot/p-tools/turbochessclock4android/ -r 230 turbochessclock4android

Version 0.1

Released on January 2011

This version was distributed as an example project which can be obtained with the following svn command:

svn co https://p-tools.svn.sourceforge.net/svnroot/PascalNotes4Android/ -r 230 PascalNotes4Android