1
Using Xamarin with Visual Studio and C#, I made an Android application and am creating a player using VideoView
.
I wonder how to access the mobile folder that contains the video.
For example:
"/storage/pasta/video.mp4"
.
I know it’s something with the .SetVideoPath
of VideoView
, but I didn’t understand how.
Try to see it in the Xamarin documentation itself. It will help you a lot: https://developer.xamarin.com/recipes/android/data/files/browse_files/
– viana