Friday, 24 January 2014

Get files in assets folder

Where image is folder name for images
String file[] = am.list("image");
for(int i=0;i<file.length;i++)
{
System.out.println("Files "+file[i].toString());
}

No comments:

Post a Comment