Difference between revisions of "Android4Pascal"

From Lazarus wiki
Jump to navigationJump to search
Line 6: Line 6:
  
 
===Latest development version===
 
===Latest development version===
 +
 +
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/bindings/android-sdk android-sdk
 +
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/examples/androidlcl androidlcl
 +
 +
Changelog:
 +
 +
* Added a tool to automatically generate the bindings
 +
* Added many new APIs (don't remember all of them)
 +
 +
===Version 0.3===
  
 
svn co https://p-tools.svn.sourceforge.net/svnroot/p-tools/systeminfo4android/ systeminfo4android
 
svn co https://p-tools.svn.sourceforge.net/svnroot/p-tools/systeminfo4android/ systeminfo4android

Revision as of 09:50, 9 August 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 and Android Interface/Android Programming

Download

Latest development version

svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/bindings/android-sdk android-sdk svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/examples/androidlcl androidlcl

Changelog:

  • Added a tool to automatically generate the bindings
  • Added many new APIs (don't remember all of them)

Version 0.3

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

Changelog:

  • Added support for reading android.util.DisplayMetrics, Activity.getWindowManager, WindowManager.getDefaultDisplay, Display.getMetrics

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