Delete Item from RecyclerView and Realm DB
问题 Image I have an EditText which adds items to this RecyclerView and to the Realm DB. That works fine. The problem is that I don't know how to remove those items from both the RecyclerView and from the Realm DB. Should this be done on the Fragment or on the adapter? And how? Thanks! There is an image on top showing a screenshot of the app. Here is the Fragment where the RecyclerView is: public class FragmentMyList extends Fragment{ private RecyclerView recyclerView; private EditText editTxt;