views:

299

answers:

1

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.

+1  A: 

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.

TheSteve0