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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -