Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Android platform support SpatiaLite? [closed]

Is it possible to use SpatiaLite database on Android platform (1.6)? I am trying to program a google buzz-like app which need to take advantage of SpatiaLite functions, like calculating distance between 2 points, etc. Any external library needed? Thanks.

like image 453
Stan Avatar asked Apr 22 '10 18:04

Stan


2 Answers

Spatialite for Android: https://github.com/sevar83/android-spatialite (disclaimer: I'm the repo's owner)

Another implementation http://code.google.com/p/spatialite-android/

Tutorial on it: https://www.gaia-gis.it/fossil/libspatialite/wiki?name=spatialite-android-tutorial

But I doubt it supports such an outdated version (1.6).

like image 141
WindRider Avatar answered Sep 20 '22 12:09

WindRider


my guess would be that someone would have to compile spatialite to work on the android linux version. And then you would have to get it on the phone. I voted up the question because I would love to see it happen.

like image 27
TheSteve0 Avatar answered Sep 21 '22 12:09

TheSteve0