sunflower
sunflower copied to clipboard
A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
To be implemented on Android. Follow https://github.com/material-components/material-components-android/issues/79 for details.
It would be great if we integrate Android Slices support in this sample application. I can start working on it. I read about slices and built the Android Slices demo,...
A searchview showing results diretly from network using PageKeyedDataSource or ItemKeyedDataSource. This might be a good functionality as many apps can't provide their huge data as the user searches randomly...
This is the main issue to track progress on adding the following: - [x] Network (#206) - [x] Retrofit (#191) - [x] Paging (#6) - [ ] Database (#6) Plan...
PlantAndGardenPlantingsViewModel object is initialized directly inside GardenPlantingAdapter. How will observable fields of this ViewModel behave?
It would be great to showcase the `fragment-testing` library in this project.
Currently the adapters perform similar functions but the code is written a bit differently in each.
Some code lines are greater than 100 characters, which is the suggested line length for Kotlin.