sunflower icon indicating copy to clipboard operation
sunflower copied to clipboard

A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.

Results 105 sunflower issues
Sort by recently updated
recently updated
newest added

To be implemented on Android. Follow https://github.com/material-components/material-components-android/issues/79 for details.

enhancement
blocked

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,...

enhancement

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...

enhancement

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.

enhancement

Currently the adapters perform similar functions but the code is written a bit differently in each.

enhancement
cleanup

Some code lines are greater than 100 characters, which is the suggested line length for Kotlin.

bug