Top "Saving-data" questions

Best way to save data in Unity game

I was wondering... What's the best way to save data in Unity games. JSONs? If so, how? Thanks

json unity3d persistence unity5 saving-data
saving a data file in R

I have successfully loaded a .txt file into R. I want to save the data so I can actually actively …

r saving-data
Saving data on Android : File Storage vs SQLite Database vs Shared Preferences

This title makes me wonder on what is most suited feature in saving medium to large data on a specific …

android file sqlite sharedpreferences saving-data
Using MediaStore.Images.Media to save bitmap in particular folder

I have to save bitmap drawn on canvas to be saved in my own folder. String imgSaved = MediaStore.Images.Media.…

android bitmap saving-data
Android: save file to downloads that can be viewed later

I have an app that needs to collect a bunch of data while connected to a stream. I need to …

android file saving-data
How to encode and decode a custom class with NSKeyedArchiver

I have a custom class that I wish to save and load. The class contains an NSDate, an NSString, and …

xcode memory-management nskeyedarchiver nscoding saving-data