In the Android Studio widgets palette, **ListView** is now in the _legacy_ category. **RecyclerView** is the default list, located in the _common_ category. ### Documentation : * :gb: * [Create a List with RecyclerView](https://developer.android.com/develop/ui/views/layout/recyclerview) * [RecyclerView - API](https://developer.android.com/reference/androidx/recyclerview/widget/RecyclerView) * [Code sample](https://github.com/android/views-widgets-samples/tree/main/RecyclerView/) (2019) * [Code sample Kotlin](https://github.com/android/views-widgets-samples/tree/main/RecyclerViewKotlin) (2020) * :fr: * [Affichez des listes avec RecyclerView](https://openclassrooms.com/courses/developpez-une-application-pour-android/affichez-des-listes-avec-recyclerview)
In the Android Studio widgets palette, ListView is now in the legacy category. RecyclerView is the default list, located in the common category.
Documentation :