Quantcast
Channel: Zeeshan Akhter » Annotation
Viewing all articles
Browse latest Browse all 4

Implement a simple File Explorer in Android

$
0
0
– First of all, as a user app, I think it should not access the root “/” directly. So I assign root to Environment.getExternalStorageDirectory(), it’s the Android external storage directory. – Secondly, if a file/directory is hidden or un-readable, it will not be display. Create /res/layout/row.xml, the layout of the rows in the list. <?xml […]

Viewing all articles
Browse latest Browse all 4

Trending Articles