Which one is preferable local storage or sql lite in a Mobile App?
I am working on a mobile application that will be compatible on all the major mobile platforms
Such as Iphone, Black berry , Android
I am using phone gap for this
But i am having one problem ?
My app requires authentication code to be stored in mobile, so which one should i prefer for this purpose, Local Storage or sqlLite?
Can anyone explain me pros and cons of both
Basically i don't have any db implementation so i also want to avoid any db queries
Thanks in advance