. I will make a music player in mit app inventor but I don't know how to select the music file from the phone + when I select the music file from the phone, I want to reflect the music information on the screen, please help me how can I do it?
Are you saying that the mp3 files already exist on your device, either in shared storage (Music), on a removable sd card, or in your apps' ASD, and all you want to do is display these files in a list ?
In your other topic, Taifun has already suggested that you look at the Jukebox example, that uses the Taifun File extension.
I don't fully understand you, but I want to reflect the songs in the device external storage and sd card to a list. When I select a song from the list, I want the song I select to play.
I will make a music player application and I want to automatically select songs from external storage and sd card and reflect them to the list. When the user selects a song from the list, I want it to play in the background. Please understand.
Please answer my question. You have not explicitly indicated which file paths you wish to read mp3 file names from. If you can do that, then it will be possible to advise whether this is possible (it should be, but we need to know). Also indicate your target Android system.