On Long click of any row/itemView display/visible checkbox in all row/itemView
(image list maximum 20 ,image like nature,flower) 1)Display image list in recyclerview with name,image 2)On click of image in recyclerview display image in dialog box 3)On Long click of any row/itemView display/visible checkbox in all row/itemView, 4)Display selected/checked image list into next page on submit button <? xml version ="1.0" encoding ="utf-8" ?> < androidx.constraintlayout.widget.ConstraintLayout xmlns: android ="http://schemas.android.com/apk/res/android" xmlns: app ="http://schemas.android.com/apk/res-auto" xmlns: tools ="http://schemas.android.com/tools" android :layout_width ="match_parent" android :layout_height ="match_parent" tools :context =".MainActivity" > < androidx.recyclerview.widget.RecyclerView android :layout_width ="match_parent" android :layout_height ="match_parent" android :id ="@+id/r...