Xamarin.AndroidX.MediaRouter
                              
                            
                                1.1.0-preview04
                            
                        
                            
                                
                                
                                    Prefix Reserved
                                
                            
                    See the version list below for details.
dotnet add package Xamarin.AndroidX.MediaRouter --version 1.1.0-preview04
NuGet\Install-Package Xamarin.AndroidX.MediaRouter -Version 1.1.0-preview04
<PackageReference Include="Xamarin.AndroidX.MediaRouter" Version="1.1.0-preview04" />
<PackageVersion Include="Xamarin.AndroidX.MediaRouter" Version="1.1.0-preview04" />
<PackageReference Include="Xamarin.AndroidX.MediaRouter" />
paket add Xamarin.AndroidX.MediaRouter --version 1.1.0-preview04
#r "nuget: Xamarin.AndroidX.MediaRouter, 1.1.0-preview04"
#:package Xamarin.AndroidX.MediaRouter@1.1.0-preview04
#addin nuget:?package=Xamarin.AndroidX.MediaRouter&version=1.1.0-preview04&prerelease
#tool nuget:?package=Xamarin.AndroidX.MediaRouter&version=1.1.0-preview04&prerelease
Xamarin.Android bindings for AndroidX - mediarouter
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| MonoAndroid | monoandroid90 is compatible. | 
- 
                                                    
MonoAndroid 9.0
- Xamarin.AndroidX.AppCompat (>= 1.1.0-preview03)
 - Xamarin.AndroidX.Media (>= 1.1.0-preview03)
 - Xamarin.AndroidX.Palette (>= 1.0.0-preview03)
 - Xamarin.AndroidX.RecyclerView (>= 1.0.0-preview03)
 
 
NuGet packages (19)
Showing the top 5 NuGet packages that depend on Xamarin.AndroidX.MediaRouter:
| Package | Downloads | 
|---|---|
| 
                                                        
                                                            Sharpnado.MaterialFrame
                                                        
                                                         The Xamarin.Forms MaterialFrame aims at delivering out of the box modern popular theming such as: * Light * Dark * Acrylic * AcrylicBlur The AcrylicBlur theme also provides three different blur styles inherited from the iOS UIVisualEffectView: * Light * ExtraLight * Dark On Android, the blur is implemented thanks to the RealtimeBlurView from Tu Yimin (mmin18). Mandatory initialization on iOS: Xamarin.Forms.Forms.Init(); Sharpnado.MaterialFrame.iOS.iOSMaterialFrameRenderer.Init(); Mandatory initialization on macOS: Xamarin.Forms.Forms.Init(); Sharpnado.MaterialFrame.macOS.macOSMaterialFrameRenderer.Init(); Mandatory initialization on UWP: var rendererAssemblies = new[] { typeof(UWPMaterialFrameRenderer).GetTypeInfo().Assembly }; Xamarin.Forms.Forms.Init(e, rendererAssemblies);  | 
                                                    |
| 
                                                        
                                                            Plugin.SegmentedControl.Netstandard
                                                        
                                                         Segmented control for Xamarin Forms for iOS, Android, UWP. Mac OS also supported albeit currently with fewer features.  | 
                                                    |
| 
                                                        
                                                            Sharpnado.Presentation.Forms
                                                        
                                                         Collection of Xamarin.Forms components. IMPORTANT: On platform projects, call SharpnadoInitializer.Initialize() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()). Pure Xamarin.Forms tabs: * Fixed tabs (android tabs style) * Scrollable tabs * Segmented tabs * Custom shadows (neumorphism ready) * Circle button in tab bar * Bottom bar tabs (ios tabs style) * Custom tabs (be creative just implement TabItem) * Independent ViewSwitcher Sharpnado.Shadows: * Add as many custom shadows as you like to any view (Android, iOS, UWP) * You can specify each shadow Color, Opacity, BlurRadius, and Offset * Simply implement Neumorphism * You can add one shadow, 3 shadows, 99 shadows, to any Xamarin.Forms element * Animate any of these property and make the shadows dance around your elements MaterialFrame: * AcrylicBlur mode * 3 Blur styles: Light, ExtraLight, Dark (UIVisualEffectView styles) * Acrylic mode * Dark mode * Light mode * Change modes dynamically * Performance (CALayer on ios, LayerDrawable on android) * Android: RealtimeBlurView from Tu Yimin (mmin18) The TaskLoaderView 2.0 handles all your task loading states: * Handles error with custom messages and icons * Handles empty states * Show snackbar errors for refresh scenarios (if data is already shown) * Handles retry with button * Support Xamarin.Forms.Skeleton * Can override any state views with your own custom ones HorizontalListView for Xamarin.Forms (close to a CollectionView): * Carousel layout * Column count * Snapping on first or middle element * Padding and item spacing * Handles NotifyCollectionChangedAction Add Remove and Reset actions * View recycling * RecyclerView on Android * UICollectionView on iOS Grid ListView (HorizontalListView with ListLayout set to Grid): * Column count * Drag And Drop * RefreshView support * Padding and item spacing * Handles NotifyCollectionChangedAction Add Remove and Reset actions * View recycling  | 
                                                    |
| 
                                                        
                                                            Xamarin.GooglePlayServices.Cast
                                                        
                                                            
                                                         .NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-cast'.  | 
                                                    |
| 
                                                        
                                                            Sharpnado.Forms.HorizontalListView
                                                        
                                                         * Horizontal, Grid, Carousel or Vertical layout * Reveal custom animations * Drag and Drop feature * Column count * Infinite loading with Paginator component * Snapping on first or middle element * Padding and item spacing * Handles NotifyCollectionChangedAction Add, Remove and Reset actions * View recycling * RecyclerView on Android * UICollectionView on iOS Initialization: * On core project call Sharpnado.HorizontalListView.Initializer.Initialize(true, false) in App.xaml.cs after InitializeComponent(). * On platform projects (ios/android), call SharpnadoInitializer.Initialize() before Xamarin.Forms.Forms.Init() and LoadApplication(new App()). Warning: the MaterialFrame is no longer included in the package, you have to install it manually: Sharpnado.MaterialFrame.  | 
                                                    
GitHub repositories (28)
Showing the top 20 popular GitHub repositories that depend on Xamarin.AndroidX.MediaRouter:
| Repository | Stars | 
|---|---|
| 
                                                        
                                                            ArduPilot/MissionPlanner
                                                        
                                                         
                                                            Mission Planner Ground Control Station for ArduPilot (c# .net)
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            microcharts-dotnet/Microcharts
                                                        
                                                         
                                                            Simple, cross-platform chart library for .NET
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            xamarin/Essentials
                                                        
                                                         
                                                            Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            dotnet-bluetooth-le/dotnet-bluetooth-le
                                                        
                                                         
                                                            Bluetooth LE plugin for Xamarin/MAUI, supporting Android, iOS, Mac, Windows
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            kwsch/PKHeX.Mobile
                                                        
                                                         
                                                            Pokémon save editor for Android and iOS!
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            jamesmontemagno/Hanselman.Forms
                                                        
                                                         
                                                            The most awesome Hanselman app
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            rid00z/FreshMvvm
                                                        
                                                         
                                                            FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible. 
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            smstuebe/xamarin-fingerprint
                                                        
                                                         
                                                            Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            conceptdev/xamarin-forms-samples
                                                        
                                                         
                                                            Samples that use Xamarin.Forms (http://xamarin.com/forms)
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            JimmyPun610/BarcodeScanner.Mobile
                                                        
                                                         
                                                            Barcode Scanner using GoogleVision API for Xamarin Form, Maui
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            Aircoookie/WLED-App
                                                        
                                                         
                                                            Mobile app for controlling and discovering WLED lights
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            MvvmCross/MvvmCross-Samples
                                                        
                                                         
                                                            Tutorials and samples for MvvmCross: The .NET MVVM framework for cross-platform solutions.
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            syncfusion/xamarin-demos
                                                        
                                                         
                                                            This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            xamarin/GooglePlayServicesComponents
                                                        
                                                         | 
                                                    |
| 
                                                        
                                                            HorusSoftwareUY/MaterialDesignControlsPlugin
                                                        
                                                         
                                                            Material Design Controls Plugin for Xamarin.Forms
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            franckbour/Plugin.NFC
                                                        
                                                         
                                                            A Cross-Platform NFC (Near Field Communication) plugin to easily read and write NFC tags in your application.
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            lilcodelab/Xamarin.Plugin.Calendar
                                                        
                                                         
                                                            Calendar plugin for Xamarin.Forms
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            CrossGeeks/PushNotificationPlugin
                                                        
                                                         
                                                            Push Notification Plugin for Xamarin iOS and Android
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            Serg-Norseman/GEDKeeper
                                                        
                                                         
                                                            GEDKeeper - program for work with personal genealogical database
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            DIPSAS/DIPS.Xamarin.UI
                                                        
                                                         
                                                            A shared UI library that DIPS uses and maintains for their mobile applications.
                                                         
                                                     | 
                                                    
| Version | Downloads | Last Updated | 
|---|---|---|
| 1.8.1.1 | 2,882 | 8/16/2025 | 
| 1.8.1 | 1,037 | 7/14/2025 | 
| 1.8.0 | 946 | 6/23/2025 | 
| 1.8.0-beta01 | 256 | 6/17/2025 | 
| 1.7.0.10 | 674 | 6/6/2025 | 
| 1.7.0.9 | 2,499 | 4/30/2025 | 
| 1.7.0.8 | 10,732 | 1/22/2025 | 
| 1.7.0.7 | 4,254 | 11/8/2024 | 
| 1.7.0.6 | 3,866 | 9/14/2024 | 
| 1.7.0.5 | 1,008 | 8/28/2024 | 
| 1.7.0.4 | 4,094 | 7/13/2024 | 
| 1.7.0.3 | 2,563 | 6/12/2024 | 
| 1.7.0.2 | 327 | 6/10/2024 | 
| 1.7.0.1 | 2,878 | 5/14/2024 | 
| 1.7.0 | 31,081 | 3/23/2024 | 
| 1.6.0.3 | 8,437 | 2/22/2024 | 
| 1.6.0.2 | 42,172 | 11/28/2023 | 
| 1.6.0.1 | 36,204 | 10/16/2023 | 
| 1.6.0 | 16,840 | 10/3/2023 | 
| 1.4.0.3 | 15,585 | 9/15/2023 | 
| 1.4.0.2 | 47,792 | 7/14/2023 | 
| 1.4.0.1 | 13,151 | 5/24/2023 | 
| 1.4.0 | 957 | 5/24/2023 | 
| 1.3.1.3 | 6,689 | 5/1/2023 | 
| 1.3.1.2 | 49,829 | 1/21/2023 | 
| 1.3.1.1 | 120,404 | 10/25/2022 | 
| 1.3.1 | 113,771 | 8/6/2022 | 
| 1.3.0.1 | 59,117 | 6/7/2022 | 
| 1.3.0 | 81,781 | 5/3/2022 | 
| 1.2.6.1 | 46,282 | 4/5/2022 | 
| 1.2.6 | 10,190 | 3/1/2022 | 
| 1.2.5.4 | 25,665 | 2/18/2022 | 
| 1.2.5.2 | 471,110 | 10/1/2021 | 
| 1.2.5.1 | 1,382 | 10/1/2021 | 
| 1.2.5 | 73,339 | 9/21/2021 | 
| 1.2.4.1 | 209,065 | 7/29/2021 | 
| 1.2.4 | 142,735 | 6/21/2021 | 
| 1.2.3 | 108,010 | 5/21/2021 | 
| 1.2.2.1 | 392,269 | 2/23/2021 | 
| 1.2.2 | 19,639 | 2/18/2021 | 
| 1.2.1 | 153,696 | 1/25/2021 | 
| 1.2.0.1 | 255,188 | 12/15/2020 | 
| 1.2.0 | 329,495 | 11/4/2020 | 
| 1.1.0.5 | 217,105 | 9/24/2020 | 
| 1.1.0.4 | 83,203 | 9/15/2020 | 
| 1.1.0.3 | 11,568 | 9/3/2020 | 
| 1.1.0.2 | 185,607 | 8/17/2020 | 
| 1.1.0.1 | 560,626 | 6/5/2020 | 
| 1.1.0 | 612,598 | 2/14/2020 | 
| 1.1.0-rc3 | 1,853 | 2/7/2020 | 
| 1.1.0-rc1 | 16,588 | 1/8/2020 | 
| 1.1.0-preview06 | 911 | 11/27/2019 | 
| 1.1.0-preview04 | 621 | 11/21/2019 | 
| 1.1.0-preview03 | 599 | 11/18/2019 | 
| 1.0.0.1 | 54,949 | 6/7/2020 | 
| 1.0.0 | 10,114 | 3/17/2020 | 
| 1.0.0-preview02 | 37,822 | 8/3/2019 | 
| 1.0.0-preview01 | 4,749 | 7/19/2019 |