https://kotlinlang.org logo
Title
u

user

06/21/2022, 6:31 PM
Recycler View Keeps Adding 2 items at once and will overwrite previous items when new item added essentially when any data is entered into the recycler view two objects are created on the recycler view that are the exact same and when new data is added the old data is overwritten and replaced yet even though I type something into the edit text for the todo title and add it two items get added. Any help would be greatly appreciated and if more code is required then please just ask and I will be able to provide it. Main Activity package com.example.todoit import...