I am an iOS programmer and trying to migrate an app to Android. I need to create application directories to handle some files. iOS has reserved a folder for each app called documents directory but where is used to create directories to handle data on android? SD card, flash or root? Thank you
Share
I assume you want isolated private data storage? That’s labelled as “internal storage” for Android apps. Check out this page.