muthu
muthu

Reputation: 11

Is media-manager plugin support Android API 7.0 using Xamarin forms

--> Is Media Manager Support Android API 5.0

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

Please Tell Me.

Upvotes: 0

Views: 74

Answers (1)

FreakyAli
FreakyAli

Reputation: 16459

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

Upvotes: 0

Related Questions