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 serialize to xml. Take a look at Simple http://simple.sourceforge.net/ it's less then 500kb in size.