+ 3
Storing data on phone memory
when developing mobile applications , is there a database management system for storing data on the phone memory , or you must use simple file system,? and which approach is better in that case?
1 Answer
+ 3
SQLite. I use it with VS and Xamarin.