Android Question KeyValues vs SqLite

rleiman

Well-Known Member
Licensed User
Longtime User
Hi Everyone,

Can you tell me which is more efficient?

I'm currently using the UltimateListView to allow the user to choose from a list and I'm using GetSimple1() to load up the list from data stored using PutSimple1().

Is it more efficient to store and retrieve data into an UltimateListView with SqLite instead of using KeyValues?
 
Top