Rx0
Rx0
> I got it working in Android.This is what I did. > **MainActivity.cs** > > ``` > protected override void OnActivityResult(int requestCode, Result resultCode, Intent data) > { > byte[]...
> 1. Check if your MultiMediaPickerService class is public.It should be public and not private. > 2. I am not using ViewModel concept.I'm doing everything in code behind. Could you...
> Here is my code > **UploadPicture.xaml.cs** > > ``` > private async void Gallery_Tapped(object sender, EventArgs e) > { > try > { > > MessagingCenter.Unsubscribe(this, "Multiplesel"); > MessagingCenter.Subscribe(this,...