Hi,I want to create a app that allows the user to upload a mp3 file and listen to it while using the app,how do I do it?
You cannot upload sound to the app at runtime but you can of course upload it to a cloud or other resource and then use the URL to run the file.
@muneer thanks for help!