Search code examples
databasejava-megismobile-application

java me database and floggy


I'm developing a gis java me mobile application and I need simple database to store my ATM and bank branch for a simple search on map. I decide to use floggy as database. Does any body know better database for my situation?


Solution

  • If its an offline database (as in, stored with the application) then why not SQLite? It can store spatial data in WKB (Well Known Binary - the standard) and has quite a lot of java wrappers. Then if you do want to do spatial queries in the future, you can update to SpatiaLite.