What is Recycle View ?
- Recycle view is view Group that contains the views .
- Recycle view request the views and bind those views to their data.
- Recycle view use the adapter to binds the data.
- Recycle view can manage the layout of the binds data .
- It can display the data in List from , Grid from and many more.
- It is use to display large datasets.
- It is flexible and more efficient version of list view.
Comments
Post a Comment