I want to store some app data in a local Postgres database. I don't need it to be accessible through internet or anything. I could use sqlite but I need Postgres's GIS features for my application.
Is it possible for an app to do this? (without rooting the phone)
or Can you compile the Postgres source code to work on Android?