1)I am converting an ipad project to android.In doing so,in ipad
version ,I can save the internal files in bundle (called Bundle
directory) and all the files are stored under Documents which is
internal to app.
In android we have /data/data/{package name}/files
My Question is I should be able to store large data inside the
internal storage.Does tablet have large internal space(atleast latest version) ?I dont want to save the files in sdcard either because it can be replaced or something.
Is the device RAM used for internal storage of files?I am facing a memory problem where as in ios we can have sufficient data stored in application sandbox…I need to copy files from assets to in internal storage during run time(by files I mean large files).
Can somebody throw light on this.Thx in advance
1 Answer