语言

Menu
Sites
Language
How To Play Audio Files in Xamarin.Forms

Audio, sound, or music can be an essential part of mobile apps. Unfortunately, Xamarin.Forms doesn't support this directly from their API. But of course, it can be implemented easily by using DependencyService. This time, I'll show you how to implement this Audio Player in Xamarin.Forms with the help of DependencyService. Also, I'll show you how to integrate it using a simple MVVM Pattern.

 

https://www.codeproject.com/Articles/1169603/How-To-Play-Audio-Files-in-Xamarin-Forms

 

编辑者为: John Ixion 12 2月, 2017

响应

2 回复
Ahmad ElMadi

One step away from have a VideoPlayer ;) 

John Ixion

congrats ! ;)