How can I delete specific data from realm
on button click event?
I have an RecyclerView
and in it I set CardView
where my EditText
and delete button is set. I want that when I press delete button on CardView
the data is deleted from CardView
and also from realm
database. I try more effort but I could not get success.
Activity Screen: