How to delete or remove CardView from RecyclerView? Android Studio
问题 On my RecyclerView are CardViews containing details about a certain exercise and on my CardView, there is an ImageDeleteBtn beside it. How do I delete the CardView from the RecyclerView and on Firebase? This is my Adapter package com.lim.fiture.fiture.adapters; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.EditText; import android.widget