I have a program which uses images and audio which i place in a specific directory in the sdcard.
I need to store the details of these files (file path, file name) into a database. Is there a way to scan this particular folder and retrieve these details and store them into the database?
You can use the standard file functions
now for storing the details in the DB use a datahelper.