– 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 […]
