Officially recommended way to bind to SQLite?

You could use either android.database.sqlite.* or SQLite.*
These packages are in moe-core.jar you should already have them if your MOE application can build & run without database.

image