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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -