local storage - Create folder inside android folder of android device -


we know there folder in android named android contains data of app. saw many app folder inside store file there. question how can create folder inside android folder of android device , store application data inside of it?

please suggest something

we know there folder in android named android contains data of app

i assuming referring android/ directory seen in android sdk refers external storage.

how can create folder inside android folder of android device , store application data inside of it?

use getexternalfilesdir(), getexternalcachedir(), or getexternalmediadir(), methods available on implementations of context, such activity , service.

also, if want able see files create desktop os, need arrange have files indexed mediastore.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -