RecyclerView for Xamarin.Forms

Nathan Sokalski 4,116 Reputation points
2020-11-22T00:25:23.563+00:00

In my attempt to convert my UWP apps for use on Android, I obviously need to learn Xamarin. One of my favorite controls in UWP was ItemsControl. When I first tried converting to a Xamarin.Android project, I tried to use android.support.v7.widget.RecyclerView. However, with the upcoming .NET 6 MAUI being based on Xamarin.Forms, I am being forced to write the app using Xamarin.Forms instead of Xamarin.Android (even though I never intend to convert it for anything other than Android), which does not allow me to use android.support.v7.widget.RecyclerView (at least not in the shared project's *.xaml files). Is there a control available in Xamarin.Forms that is similar to RecyclerView, or will I need to transfer my UI XAML from the shared XAML files to the *.xml files in the Android project? I don't want to use both, because they are both very different, and being new to Xamarin, I would prefer to only need to learn one new flavor of XAML. Thanks.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,292 questions
{count} votes