I have a RecyclerView list of CardViews. On each CardView, the user previosuly selected the \"type\" from a dropdown dialog. The type choices are \"Work\" and \"Home\". The t
when user click on the option, update the required object in the list, listItems. Then call notifyDataSetChanged() method in your adapter.
listItems
notifyDataSetChanged()