Package edu.cnm.deepdive.teamassignmentsandroid.adapter
-
Interface Summary Interface Description GroupAdapter.OnGroupActionClickListener Helper method that passes group id to the viewholder.TaskAdapter.OnTaskClickListener Helper method that passes task id to the viewholder. -
Class Summary Class Description GroupAdapter Adapter class that transfers group live data to the recycler view in the home fragment.TaskAdapter Adapter class that transfers task live data to the recycler view in the home fragment.