lazarus/examples/androidlcl
2015-03-19 11:40:29 +00:00
..
android Patch from https://github.com/graemeg/lazarus/pull/7 Updates android build script for newer SDKs 2015-03-19 11:40:29 +00:00
androidlcltest.lpi Updates the example Android app now that I learned that only onLoad and onUnload need to be statically exported. Some other very minor fixes. 2013-04-12 12:58:39 +00:00
androidlcltest.lpr Updates the example Android app now that I learned that only onLoad and onUnload need to be statically exported. Some other very minor fixes. 2013-04-12 12:58:39 +00:00
mainform.lfm LCL-Android-Example: Makes the sqlite usage selectable 2012-12-10 11:01:22 +00:00
mainform.pas LCL-Android-Example: Makes the sqlite usage selectable 2012-12-10 11:01:22 +00:00
nonandroidtest.lpi LCL-Android-Sqlite: Improves the example to save the data and have better control names 2012-12-06 11:08:32 +00:00
nonandroidtest.lpr LCL-Android-Example: Makes the sqlite usage selectable 2012-12-10 11:01:22 +00:00
runwindowsapp.bat android example: Adds some structure to debug it in windows 2011-12-05 15:03:51 +00:00
secondform.lfm LCL-Android example: Starts adding sqlite support 2012-12-01 14:09:43 +00:00
secondform.pas LCL-Android: Moves the JNI code to call the ListView Dialog to the CustomDrawn widgetset to centralize it. 2012-06-20 07:41:05 +00:00
sqliteform.lfm LCL-Android-Sqlite: Changes the architecture to recreate the handle on each routine because it was crashing. Reorders the methods to be according to the interface. Fixes many issues and crashes and bugs in the Android-Sqlite dataset code. 2012-12-10 17:37:41 +00:00
sqliteform.pas LCL-Android-Sqlite: Changes the architecture to recreate the handle on each routine because it was crashing. Reorders the methods to be according to the interface. Fixes many issues and crashes and bugs in the Android-Sqlite dataset code. 2012-12-10 17:37:41 +00:00
sqlitejniandroid.pas LCL-Android-Sqlite: Starts improving the exception handling 2012-12-11 09:48:03 +00:00