Adapter methods

Report a typo

Match the related concepts.

Match the items from left and right columns
onBindViewHolder()
onCreateViewHolder()
getItemCount()
method that inflate the page layout from the item_page.xml file to your ViewHolder
method which creates ViewPager2 in your class
method which returns the count of your pages.
method which add the required data for each of the views in your layout
___

Create a free account to access the full topic