Building an application that needs to consume media, such as audio or video? In this session, Martijn explains how you can play any media in a cross-platform manner and how to play media using external plugins like VLC and ExoPlayer.
basic image information such as dimensions IBitmap profileImage = await BitmapLoader.Current.Load(imageBytes, null, null); // ToNative always converts an IBitmap into the type that the platform // uses, such as UIBitmap on iOS or BitmapSource in WPF ImageView.Source = ViewModel.ProfileImage.ToNative(); // This works in a Portable Library, or even in your ViewModel Var ProfileBackgroundAccentColor = new Color(255, 255, 255, 255); ImageView.Background = ViewModel.ProfileBackgroundAccentColor.ToNativeBrush();
apps than yours • (Unless you’re Facebook) • Users appreciate standard patterns over original solutions • An understandable user interface is crucial for a good user experience