I have created an Android Application to download an .mp3 file from server and store it in a folder in internal memory. Now I want to fetch that downloaded file and play it for the user.
How can I retrieve that single file and play that file using Media Player .?
Can anyone find me a solution for this ?