RecyclerView Compatibility

Asked 2 years ago, Updated 2 years ago, 132 views

RecyclerView is from Lollipop on Android By the way, is it compatible when you turn it on kitkat or jellybean?

android android-support-library recyclerview

2022-09-22 22:14

1 Answers

What is in the support library means that it can be used for all APIs up to that version. For example, the v7 Support library is available in all libraries, from API 7 to the latest API.


2022-09-22 22:14

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.