andresgutice
andresgutice
Hi, I had the same problem, I suggest you do the following: ``` MediaFile.DisplaySubtitle = "Test Title"; MediaFile.Title = "Test Artist"; ``` I hope this helps to you
Hi, I had the same problem, I suggest you do the following: In your MainActivity when MediaManager starts, catch the MediaManager state change event to ensure that when the player...
This comment isn't to help you, it's one to thank you for avoiding the exception when clicking on the button during animation, i hope you can find the solution to...