I would like to create a button that when clicked will go to a class that displays all media files from an SD card using a ListView.
ListView
After selecting fro
File mfile=new File("/sdcard"); File[] list=mfile.listFiles(); System.out.println("list"+mfile.listFiles().length); for(int i=0;i
may this would help!!!