I am using viewHolder and Layout Inflater for my listview. I have implemented on click even on the image that is displayed in my listview. I just want to know that how can I delete an entire row using the holder because I am unable to use the remove() function.
Any suggestions?
Rows in
ListView/RecyclerViews are deleted by removing that element from theAdapterand then updating theListView/RecyclerViewwithnotifyDataSetChanged()