Android Question How to pass a Btn.Tag ref of song to MediaPlayer's filename ref?

PhilMe

Member
Licensed User
My app starts by playing music and a slideshow using Media Player (for the music). But then I would like the user to be able to browse for different songs. But MediaBrowser only obtains a Btn.Tag and not the path and filename. Is there a way to solve this? Thx.
 

PhilMe

Member
Licensed User
I am now attempting to move the Starter Process Globals required in two Activities to Sub Service_Create, however with no success. I did this after reading Tips for Developers. They did seem to work when in Starter Process_Globals. Thx.
 
Upvote 0

PhilMe

Member
Licensed User
Here is my code from MediaBrowser that plays an audio file using a Tag

Can you post your current code (the code that accesses MediaBrowser)?
Can you post your current code (the code that accesses MediaBrowser)?

Here is my code. So I have the Tag for the audio file(MediaBrowser), and also the path to the file (MediaPlayer)

upload_2016-11-13_14-11-30.png
 
Upvote 0
Top