sunflower
sunflower copied to clipboard
A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
That logic always return ```Dimens.PlantDetailAppBarHeight```
buildFeatures was defined twice.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...
Fix #962, fix #889 Connect Scroll and image visibility correctly by using detail app bar height. 
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...
You can update to chipmunk if you want now that youre on it _Originally posted by @astamato in https://github.com/android/sunflower/pull/760#discussion_r873961228_
I just changed the path and used *refactor* to change the path of files. I uninstalled and then installed the app on my phone, and it works without any problems....
Separated the dependencies of Assets and DB previously used in WorkManager and migrated to receive them through Hilt injection. Also, updated the related test code accordingly.
There was a misspelling in this text. Which I fixed it. also tomorrow means 'আগামীকাল' but not 'আগামী কাল' . They are pronounced and written together. 'আগামী কাল' is wrong...
When the first page is loaded, pageSize=75 https://api.unsplash.com/search/photos?query=Apple&page=1&per_page=75 When the second page is loaded, pageSize=25 https://api.unsplash.com/search/photos?query=Apple&page=2&per_page=25 Duplicate data on the first and second pages ``` FATAL EXCEPTION: main Process: com.google.samples.apps.sunflower,...