hi all i have mp3 files in sd card. how to get file path of mp3 song from sd card.
please assist me.
You can get the path of sdcard from this code:
File extStore = Environment.getExternalStorageDirectory();
Then specify the foldername and file name
for e.g:
"/LazyList/"+serialno.get(position).trim()+".jpg"
2.1m questions
2.1m answers
60 comments
57.0k users