- Home /
Question by
Gilead7 · Feb 11, 2017 at 08:05 PM ·
c#android buildsave data
Data formats for android builds
Can someone please tell me what data format/s will work on Android devices? I want to take input form data and save it on the device. Then pull that data into a list and display a prefab with that data.
I haven't been able to get either sqlite(to create the database) or JSON(will not save the file) to work. Binary? XML?
Thanks!
Comment