Android 筆記
Programming is my life
新文章
All post
Stackoverflow
Google Play
2013年5月8日 星期三
get list of file in internal storage
final File dir = getBaseContext().getFilesDir();
for (final File file : dir.listFiles()) {
Toast.makeText(getApplicationContext(), file.getName()+"",Toast.LENGTH_SHORT).show();
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言