I am having some trouble displaying the files currently modified date.
public class MyAdapter extends ArrayAdapter { String dir = \"/FileDire
File file = new File(Environment.getExternalStorageDirectory() + dir);
Points to directory, not a file.
If you need modified date of each file separately in a directory, just use walkfiletree.
Check this.