0

--> Is Media Manager Support Android API 5.0

--> Is Anyone have a Sample code for Audio Player using Media Manager Plugin.

Please Tell Me.

muthu
  • 11
  • 3

1 Answers1

0

if you check Media Manager's Github it basically answers all your questions, Under the Status header you can find the versions, it supports.

Is Media Manager Support Android API 5.0

Since Android 5 is API 21, yes it is supported. As per the Github docs:

Xamarin.Android | Yes | API 16+ | ExoPlayer

Also,

Is Anyone have a Sample code for Audio Player using Media Manager Plugin.

If you want a basic understanding you can check the blog here, In any case, Github has a sample usage as well which can be found here

FreakyAli
  • 13,349
  • 3
  • 23
  • 63