Android Studio – RecyclerView displaying only the first element in the Habits array
I'm a beginner Android Dev and I can't make the card layout display all habits. I tried swapping walk and water and I got only walk. Am I missing something or maybe something is incorrect? HabitsAdapter class class HabitAdapter(private val…