What is the best place to save data? here is my scenario, i have a app in which i am saving a blacklist to a CSV file using SaveCSV. This file also needs to be loaded when the app starts.
* if i use use File.DirRootExternal then many phones dont have SD card option.
* and if i use File.DirInternal then the user may have installed the app to SD card.
Where should i save my data? File.DirInternal or File.DirRootExternal ?
regards,
abhishek
www.abhisoft.net
* if i use use File.DirRootExternal then many phones dont have SD card option.
* and if i use File.DirInternal then the user may have installed the app to SD card.
Where should i save my data? File.DirInternal or File.DirRootExternal ?
regards,
abhishek
www.abhisoft.net