我正在開發應用程序,該應用程序應顯示來自我的SD卡的所有圖像。這是庫的應用程序,但我不能讓它做它的Android 有點弱,只從我提路徑的圖像,如果我不提沒有圖像只是根的任何路徑目錄Android開發圖像庫路徑
String ExternalStorageDirectoryPath = Environment
.getExternalStorageDirectory()
.getAbsolutePath();
String targetPath = ExternalStorageDirectoryPath + "/dir";
File targetDirector = new File(targetPath);
File[] files = targetDirector.listFiles();
for (File file : files){
myImageAdapter.add(file.getAbsolutePath());
你的問題不清楚。請解釋一下這是什麼意思:「但是我不能讓它在Android上做得很弱,它只能從我提到的路徑中獲取圖像。」請解釋你正在做什麼,哪些不起作用,即準確地說明你正在尋找什麼。 – bhantol 2014-10-30 17:24:16