This is question from udacity and I am unable to answer it. According to my learning it's 1,4,5,6 but it's wrong. Actual question is here you can try it. Question
RecyclerView. Adapter base class for presenting paged data from PagingData s in a RecyclerView . Adapters provide a binding from an app-specific data set to views that are displayed within a RecyclerView . A class that extends ViewHolder that will be used by the adapter.
The Adapter provides access to the data items. The Adapter is also responsible for making a View for each item in the data set. See also: ArrayAdapter.
QUESTION 1 - The answer is You don't need a layout manager with a RecyclerView to handle the hierarchy and layout of View elements. This is false.
It displays items in a list or a grid. It scrolls vertically or horizontally. It scrolls diagonally on larger devices, such as tablets. It allows custom layouts when a list or a grid is not enough for the use case.
The adapter of recylerview is reposible for
You can check from the link here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With