outputFile = Environment.getExternalStorageDirectory()+ "/Myfolder/"+"/Recording.mp3";
I have been buiding this application for recording audio, and I wanted to have my recordings an unique name with an increment eg. Recording 01.mp3, Recording 02.mp3 etc. Any help would be appreciated.