Assignment #4. TODO List. Interface
Требуемые условия завершения
Открыто с: четверг, 21 марта 2024, 00:00
Срок сдачи: пятница, 5 апреля 2024, 00:00
Make a simple To Do List app with stub data.
Use recyclerView and Adapters to populate the list.
No other layouts required. Data can be stored in local variable. Addition and removal of new items is not required.
Requirements:
- Recycler View (https://developer.android.com/codelabs/android-training-create-recycler-view).