-
Notifications
You must be signed in to change notification settings - Fork 85
Description
If you reading this, you must be interested on the Android port for this plugin :-).
I think this plugin can be easily ported with your Java knowledge.
Android guys even manage to port Spatialite (GIS extension for SQLite3) library for Android.
PhoneGap SQLiteplugin is right now for iOS devices only (i.e. Objective-C + Javascript).
Hopefully, some can translate the Objective-C to Java (Android SDK) and use the existing Javascipt (PGSQLitePlugin.js from iOS).
However, there are some JSQLite code already. For instance, this project has the necessary files Java Android SDK for SQLite3/Spatialite.
https://github.com/mrenouf/android-spatialite
Somebody would like to knit pick those functions and assembly a Android PhoneGap SQLite plugin.
https://github.com/mrenouf/android-spatialite/tree/master/src/jsqlite
For sure this one of the files.
https://github.com/mrenouf/android-spatialite/blob/master/src/jsqlite/Database.java
Noli