-
Notifications
You must be signed in to change notification settings - Fork 1
ContactRecyclerAdapter
stardust edited this page Feb 20, 2023
·
1 revision
The ContactRecyclerAdapter
class manages the RecyclerView
for the ContactActivity
class.
ArrayList<ContactItems> contactItems
Sets the view.
ViewGroup parent
int viewType
-
ContactRecyclerAdapter.MyViewHolder
- The view holder
Sets the information for the contact items.
ContactRecyclerAdapter.MyViewHolder holder
int position
- none
Returns the size of contactItems
- none
- none