I want to store data in structure form i.e. all information about many call (like call logs). What should i prefer ? and i don\'t want to share my data with other applicatio
I recently discovered db4o [http://www.db4o.com/android/]. It's not the best choice to store logs but if you want to store the data in your object this is certainly an excellent alternative to SQLite.