MvvmCross.DroidX.RecyclerView 9.4.0-alpha.24

Prefix Reserved
This is a prerelease version of MvvmCross.DroidX.RecyclerView.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MvvmCross.DroidX.RecyclerView --version 9.4.0-alpha.24
                    
NuGet\Install-Package MvvmCross.DroidX.RecyclerView -Version 9.4.0-alpha.24
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MvvmCross.DroidX.RecyclerView" Version="9.4.0-alpha.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MvvmCross.DroidX.RecyclerView" Version="9.4.0-alpha.24" />
                    
Directory.Packages.props
<PackageReference Include="MvvmCross.DroidX.RecyclerView" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MvvmCross.DroidX.RecyclerView --version 9.4.0-alpha.24
                    
#r "nuget: MvvmCross.DroidX.RecyclerView, 9.4.0-alpha.24"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MvvmCross.DroidX.RecyclerView@9.4.0-alpha.24
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MvvmCross.DroidX.RecyclerView&version=9.4.0-alpha.24&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MvvmCross.DroidX.RecyclerView&version=9.4.0-alpha.24&prerelease
                    
Install as a Cake Tool

<h3 align="center"> <a href="https://www.mvvmcross.com/" target="_blank"> <img src="docs/assets/img/logo/MvvmCross-logo.png" alt="MvvmCross Logo" /> </a> </h3>

MvvmCross

Twitter: @MvvmCross license Build Status NuGet NuGet Pre Release MyGet OpenCollective OpenCollective CodeFactor

👀 Check out mvvmcross.com to get started with MvvmCross 👀

MvvmCross is a opinionated cross-platform MVVM framework. It enables developers to create apps using the MVVM pattern in the .NET ecosystem. We support Android, iOS, MacCatalyst, TvOS, macOS, WinUI, WPF. Using MvvmCross allows for better code sharing by allowing you to share behavior and business logic between platforms.

Among the features MvvmCross provides are:

  • ViewModel to View bindings using own customizable binding engine, which allows you to create own binding definitions for own custom views
  • ViewModel to ViewModel navigation, helps you share behavior on how and when to navigate
  • Inversion of Control through Dependency Injection and Property Injection
  • Plugin framework, which lets you plug-in cool stuff like GPS Location, Localization, Sensors, Binding Extensions and a huge selection of 3rd party community plug-ins

MvvmCross is extendable by you. We strive to let as much code be configurable and overridable, to let the developer decide how they want to use the framework. However, the framework is very usable without doing anything.

<hr /> <h4 align="center"> Check out the <a href="https://www.mvvmcross.com/documentation">MvvmCross docs</a> </h4> <hr />

Installation

Grab the latest MvvmCross NuGet package and install in your solution.

Install-Package MvvmCross

Make sure that both the shared core project and your application projects include the NuGet. For more details please visit the Getting Started documentation, which also provides easier ways, through Visual Studio and Xamarin Studio plugins to install and manage MvvmCross in your project.

Filing issues

We want to keep the GitHub issues list for bugs, features and other important project management tasks only. If you have questions please see the Questions & support section below.

When filing issues, please select the appropriate issue template. The best way to get your bug fixed is to be as detailed as you can be about the problem. Providing a minimal git repository with a project showing how to reproduce the problem is ideal. Here are a couple of questions you can answer before filing a bug.

  1. Did you try find your answer in the documentation
  2. Did you include a snippet of the broken code in the issue?
  3. Can you reproduce the problem in a brand new project?
  4. What are the EXACT steps to reproduce this problem?
  5. What platform(s) are you experiencing the problem on?

Remember GitHub issues support markdown. When filing bugs please make sure you check the formatting of the issue before clicking submit.

Contributing code

We are happy to receive Pull Requests and code changes. Please read CONTRIBUTING.md for more information.

Questions & support

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Backers

Licensing

MvvmCross is licensed under the MS-PL License

  • MonoCross was the original starting point for this project, and was used as a reference under MIT
  • Tiny bits of MvvmLight are redistributed and modified under MIT
  • Messenger ideas from JonathanPeppers/XPlatUtils under Apache License Version 2.0, and from GrumpyDev/TinyMessenger under simple license of "THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY"
  • Color codes under MIT License
  • Some bits of Mvvm.Async are redistributed and modified under MIT License

Acknowledgements

  • Thanks to McCannLondon for sponsoring the initial part of this work
  • Thanks to JetBrains for a community Resharper license to use on this project

.NET Foundation

This project is supported by the .NET Foundation.

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net9.0-android was computed.  net9.0-android35.0 is compatible.  net10.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on MvvmCross.DroidX.RecyclerView:

Package Downloads
MvvmCross.AdvancedRecyclerView

Mvx Wrapper for AdvancedRecyclerView (1.0.0 custom - with support of RecyclerView 1.2.14) library. Currently supports: - grouping, - swipe, - header/footer

MvvmCross.DroidX.Leanback

MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains AndroidX Leanback support for MvvmCross.

MvxExpandableRecyclerView.DroidX

MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This is an unofficial package that contains an expandable AndroidX RecyclerView supported for MvvmCross.

Mvx.QuickList

QuickList

MvxSectionedRecyclerView

MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This is an unofficial package that contains a sectioned AndroidX RecyclerView with out-of-the-box functionality such as dragging items up and down and swiping them, supported for MvvmCross.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on MvvmCross.DroidX.RecyclerView:

Repository Stars
MvvmCross/MvvmCross-Samples
Tutorials and samples for MvvmCross: The .NET MVVM framework for cross-platform solutions.
Version Downloads Last Updated
10.1.29-alpha-ga4709510c9 423 12/8/2025
10.1.28-alpha-g7757e1ab3a 411 12/8/2025
10.1.27-alpha-g29daeb8be6 341 12/8/2025
10.1.26-alpha-g5f6cce5002 337 12/8/2025
10.1.25-alpha-gba2edced70 332 12/8/2025
10.1.24-alpha-g1fa151e115 332 12/8/2025
10.1.23-alpha-ge6a03b2ad0 185 12/4/2025
10.1.22-alpha-g3d26f723fa 659 12/3/2025
10.1.21-alpha-gece77136c6 654 12/3/2025
10.1.20-alpha-ge9d1e8b781 659 12/2/2025
10.1.20-alpha-g06f370d8a1 657 12/3/2025
10.1.19-alpha-gc746450f31 476 12/1/2025
10.1.18-alpha-g618bac4e97 136 11/28/2025
10.1.17-alpha-g3f1402683c 147 11/28/2025
10.1.16-alpha-g0af1842901 174 11/27/2025
10.1.15-alpha-g87e2b5f912 173 11/27/2025
10.1.14-alpha-g665ef48904 183 11/24/2025
10.1.13-alpha-g7db6ab7bf9 183 11/24/2025
10.1.12-alpha-gb2940ee438 327 11/21/2025
10.1.11-alpha-g91bb22c92b 394 11/20/2025
10.1.10-alpha-gd71d545903 400 11/20/2025
10.1.9-alpha-g433d1b5863 398 11/19/2025
10.1.8-alpha-g52f3eb9a31 392 11/18/2025
10.1.7-alpha-gc5bfceded4 288 11/17/2025
10.1.6-alpha-g2d02918a23 293 11/17/2025
10.1.5-alpha-gefc820e0cd 301 11/17/2025
10.1.4-alpha-g7d36ee4d56 298 11/17/2025
10.1.3-alpha-g3733f9b779 270 11/13/2025
10.1.2 3,265 12/11/2025
10.1.2-gf3d4f46652 83 1/12/2026
10.1.2-gf0b6ff2768 85 1/4/2026
10.1.2-ge7f992c7a8 111 12/12/2025
10.1.2-gb8ca825120 84 1/16/2026
10.1.2-gb6633f06c0 83 1/4/2026
10.1.2-ga4983ae549 89 1/2/2026
10.1.2-ga14414891e 86 1/12/2026
10.1.2-g8f15f27685 399 12/11/2025
10.1.2-g602f031fe6 85 2/2/2026
10.1.2-g4a7dddc877 80 1/29/2026
10.1.2-g34f0aaa330 82 1/16/2026
10.1.2-g31f7590f7d 261 12/17/2025
10.1.2-g2ae62d1599 82 1/29/2026
10.1.2-g2683f48104 82 1/29/2026
10.1.2-g125e108361 89 1/4/2026
10.1.2-g05f6333ad7 85 1/2/2026
10.1.2-alpha-g1e6e3ead9d 270 11/13/2025
10.1.1 499 12/9/2025
10.1.1-g7d300873a0 407 12/11/2025
10.1.1-alpha-g3c343080b5 273 11/11/2025
10.1.0 457 12/9/2025
10.1.0-gf0a1eb9865 426 12/9/2025
10.0.0 2,282 11/11/2025
9.5.0-alpha-gfc36e36b8a 190 9/9/2025
9.5.0-alpha-gfc0907c9f7 199 10/14/2025
9.5.0-alpha-ge8bfc48dd4 196 10/27/2025
9.5.0-alpha-ge694181e8b 120 7/18/2025
9.5.0-alpha-ge4b611ba39 450 7/21/2025
9.5.0-alpha-ge1371c8475 167 10/12/2025
9.5.0-alpha-gdd308e05cb 266 9/15/2025
9.5.0-alpha-gcf6d853470 182 10/6/2025
9.5.0-alpha-gc8d2f2b018 165 10/12/2025
9.5.0-alpha-gc8bd5f7602 128 7/28/2025
9.5.0-alpha-gc45a03470f 246 9/19/2025
9.5.0-alpha-gc0d8e313a4 160 10/12/2025
9.5.0-alpha-gbe852bd76f 195 9/23/2025
9.5.0-alpha-gbccf02ec1f 170 7/17/2025
9.5.0-alpha-gb923cbfc9c 133 7/28/2025
9.5.0-alpha-gb85fc7f5aa 187 10/12/2025
9.5.0-alpha-gb1ebe30dfd 166 10/12/2025
9.5.0-alpha-gb19853dd92 176 9/29/2025
9.5.0-alpha-gad13e62664 144 10/12/2025
9.5.0-alpha-ga44131d79a 133 10/24/2025
9.5.0-alpha-ga25f6ceb0e 447 7/21/2025
9.5.0-alpha-g9aa25ee82f 180 10/23/2025
9.5.0-alpha-g97ca0e3a16 175 10/27/2025
9.5.0-alpha-g9709f9a402 162 10/13/2025
9.5.0-alpha-g967d1fbac1 176 10/23/2025
9.5.0-alpha-g960e082e1b 194 10/14/2025
9.5.0-alpha-g937cf588da 144 10/12/2025
9.5.0-alpha-g92f09701ea 162 9/24/2025
9.5.0-alpha-g92387689a0 268 9/15/2025
9.5.0-alpha-g8be242124a 149 10/12/2025
9.5.0-alpha-g8bb8ede112 140 11/9/2025
9.5.0-alpha-g8ba1219397 452 7/21/2025
9.5.0-alpha-g8716031fd6 265 11/11/2025
9.5.0-alpha-g854a4e6948 458 7/21/2025
9.5.0-alpha-g8408fe5bba 179 10/23/2025
9.5.0-alpha-g8330d4d246 314 9/18/2025
9.5.0-alpha-g813dccf67e 299 9/18/2025
9.5.0-alpha-g803f2f91b9 188 10/27/2025
9.5.0-alpha-g7ff3e4149e 180 10/23/2025
9.5.0-alpha-g7f60670ae7 167 10/20/2025
9.5.0-alpha-g7eecbe68f3 180 10/12/2025
9.5.0-alpha-g79f55eb554 239 9/14/2025
9.5.0-alpha-g77819c9f89 120 7/29/2025
9.5.0-alpha-g7691704f6e 309 9/18/2025
9.5.0-alpha-g7669580bdc 199 11/6/2025
9.5.0-alpha-g70af426a0f 165 7/29/2025
9.5.0-alpha-g6c00ca1dc0 257 8/6/2025
9.5.0-alpha-g671cc5fc72 162 10/31/2025
9.5.0-alpha-g636395370b 173 10/12/2025
9.5.0-alpha-g5ff0ffa150 271 11/11/2025
9.5.0-alpha-g5c552d5105 175 10/23/2025
9.5.0-alpha-g5919920367 176 9/22/2025
9.5.0-alpha-g574ff9e374 163 10/23/2025
9.5.0-alpha-g56e5979a08 191 9/24/2025
9.5.0-alpha-g5370490eb5 193 10/27/2025
9.5.0-alpha-g528eec24ba 141 7/18/2025
9.5.0-alpha-g44cb93c467 185 10/12/2025
9.5.0-alpha-g4293bdd949 165 9/23/2025
9.5.0-alpha-g3ddae1d171 165 10/16/2025
9.5.0-alpha-g3a6a62515a 310 9/18/2025
9.5.0-alpha-g38636a11bf 302 9/18/2025
9.5.0-alpha-g37218f4ff9 126 7/18/2025
9.5.0-alpha-g3512b12a08 226 9/14/2025
9.5.0-alpha-g31d4b6d23a 187 10/23/2025
9.5.0-alpha-g2edcc91d95 175 10/23/2025
9.5.0-alpha-g2e9baa144c 129 10/10/2025
9.5.0-alpha-g2d6c71281f 188 10/12/2025
9.5.0-alpha-g2c053599d7 200 9/24/2025
9.5.0-alpha-g2486165fe0 195 10/6/2025
9.5.0-alpha-g20e67466b4 187 9/25/2025
9.5.0-alpha-g1e93e737de 165 10/12/2025
9.5.0-alpha-g1a91c4683e 117 7/18/2025
9.5.0-alpha-g179a1af7dc 165 10/12/2025
9.5.0-alpha-g157fea02b2 184 10/23/2025
9.5.0-alpha-g11c841b3bb 114 8/16/2025
9.5.0-alpha-g117e92ffa1 264 11/11/2025
9.5.0-alpha-g1107941948 461 7/21/2025
9.5.0-alpha-g108183d3ca 176 10/27/2025
9.5.0-alpha-g0e80c4531b 186 10/7/2025
9.5.0-alpha-g0bbc5d634d 167 10/15/2025
9.5.0-alpha-g0a373ab34b 261 8/6/2025
9.5.0-alpha-g0856fff6b3 183 10/15/2025
9.5.0-alpha-g079fe00bdf 131 10/3/2025
9.5.0-alpha-g06b03e7a4b 115 8/1/2025
9.5.0-alpha-g025f479808 179 9/24/2025
9.4.0 21,134 7/17/2025
9.4.0-alpha.38 129 7/16/2025
9.4.0-alpha.37 126 7/16/2025
9.4.0-alpha.36 116 7/4/2025
9.4.0-alpha.35 147 7/2/2025
9.4.0-alpha.34 158 7/1/2025
9.4.0-alpha.33 146 7/1/2025
9.4.0-alpha.31 140 6/30/2025
9.4.0-alpha.30 144 6/30/2025
9.4.0-alpha.29 138 6/30/2025
9.4.0-alpha.28 157 6/30/2025
9.4.0-alpha.27 174 6/17/2025
9.4.0-alpha.26 170 6/17/2025
9.4.0-alpha.24 157 6/17/2025
9.4.0-alpha.16 163 4/4/2025
9.4.0-alpha.14 188 4/3/2025
9.4.0-alpha.10 166 4/2/2025
9.4.0-alpha.9 128 2/21/2025
9.4.0-alpha.8 133 2/3/2025
9.4.0-alpha.7 136 2/3/2025
9.4.0-alpha.6 131 1/18/2025
9.4.0-alpha.5 132 1/18/2025
9.4.0-alpha.4 121 1/17/2025
9.4.0-alpha.3 131 1/10/2025
9.4.0-alpha.2 156 1/3/2025
9.4.0-alpha.1 143 12/31/2024
9.3.1 34,149 1/17/2025
9.3.1-beta.1 122 1/17/2025
9.3.0 12,627 12/19/2024
9.3.0-alpha.108 122 12/19/2024
9.3.0-alpha.107 117 12/19/2024
9.3.0-alpha.106 134 12/19/2024
9.3.0-alpha.105 96 12/18/2024
9.3.0-alpha.104 151 11/12/2024
9.3.0-alpha.103 133 11/5/2024
9.3.0-alpha.102 84 11/1/2024
9.2.0 112,441 2/22/2024
9.2.0-beta.7 3,044 2/5/2024
9.2.0-beta.6 5,614 1/16/2024
9.2.0-beta.5 2,448 12/7/2023
9.2.0-beta.4 17,057 11/16/2023
9.2.0-beta.3 1,686 10/23/2023
9.2.0-beta.2 1,804 10/5/2023
9.2.0-beta.1 699 9/14/2023
9.1.1 25,045 8/1/2023
9.1.0 959 7/27/2023
9.0.10 20,368 5/10/2023
9.0.9 23,141 1/20/2023
9.0.8 3,908 1/16/2023
9.0.7 510 1/13/2023
9.0.6 535 1/12/2023
9.0.5 685 1/9/2023
9.0.4 601 1/6/2023
9.0.3 585 1/4/2023
9.0.2 4,066 11/12/2022
9.0.1 902 9/13/2022
9.0.0 660 9/10/2022
8.0.2 155,398 7/25/2021
8.0.1 18,412 6/12/2021
8.0.0 1,203 6/11/2021
7.1.2 290,318 10/23/2020
7.1.1 23,970 10/21/2020
7.1.0 1,128 10/21/2020
7.0.1 36,702 9/19/2020
7.0.0 9,388 8/14/2020