-
Notifications
You must be signed in to change notification settings - Fork 1
RecyclerAdapter
stardust edited this page Feb 20, 2023
·
1 revision
The RecyclerAdapter
class manages the RecyclerView
for the Help
activity.
ArrayList<HelpItems> helpItems
RecyclerViewClickListener listener
Sets the view.
ViewGroup parent
int viewType
MyViewHolder
Sets the information for the help activities.
RecyclerAdapter.MyViewHolder holder
int position
- none
Getter method that returns the value of helpItems.size()