i want to create an app that able to take pictures, save it to the device and send it to server. So my question is which storage are better at saving data? dir.asset/dir.internal/dir.root external?
DirAssets is readonly. NOT OK
DirInternal is OK if your app only need to access the files. Ok for uploading them later to your server too.
DirRootExternal is OK. But you need to have permissions to write there.
DirAssets is readonly. NOT OK
DirInternal is OK if your app only need to access the files. Ok for uploading them later to your server too.
DirRootExternal is OK. But you need to have permissions to write there.
DirAssets is readonly. NOT OK
DirInternal is OK if your app only need to access the files. Ok for uploading them later to your server too.
DirRootExternal is OK. But you need to have permissions to write there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.