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