https://kotlinlang.org logo
Title
u

user

06/26/2022, 5:31 AM
Delete Items of Recycler View in Firebase Update the Screen I have a Recycler View that contains Boards(a data class) which are stored in Firebase, I want to Delete the Boards When I Swipe Left or Right on Them but I can't Figure out a Way to Do it, So it will be Very Helpful if Any One could Tell Me How To Do It or any Suggestion would be of Great Help, Thank You. My Adapter of Recycler View open class BoardItemAdapter(private val context: Context, private val list: ArrayList): RecyclerView.Adapter() { private var onClickListener:...