언어 설정

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

 

Edited by: John Ixion on 12 2월, 2017

Responses

2 댓글
Ahmad ElMadi

One step away from have a VideoPlayer ;) 

John Ixion

congrats ! ;)