Is there any other alternative to SQLite in Android for persisting data in the phone? I am looking something like iOS coredata or something simpler like a key-value store. If we
You could look at http://jdbm.sourceforge.net/: 78kb jar, transactions, will save to a file.