Display this list of items to the user based on the following requirements:
Display all the items grouped by "listId" Sort the results first by "listId" then by "name" when displaying. Filter out any items where "name" is blank or null.
Builds and runs using Android Studio LadyBug
- MVVM
- ViewModel tests
- WebAPI tests
- instrument tests
- UI tests
- Uses Hilt DI
- Previews
- Compose
- Light and Dark mode themes
- Tests for Business Logic
- Loads data from end point URL, and has Loading, Error and Data screens.