sunflower
sunflower copied to clipboard
A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
Header transition offset can be modified empirically for having a better look when we scroll up/down since we do not need **_toolbarOffsetHeightPx_** no longer in Detail screen.
I added a new strings.xml file to support the Persian language.
Could you please rework the Paging 3.0 implementation to use `RemoteMediator` ? RG
Hi all, I wanted to build app from Views branch for learning purposes, here is stacktrace: ``` > Task :app:lintDebug FAILED Lint found 6 errors, 28 warnings. First failure: D:\PROJEKTY\sunflower\app\src\main\res\values-fr\strings.xml:34:...
**Actual Behaviour** Their is no way to delete the plants from "My Garden" **Expected Behaviour** A custom button /menu item to delete the specific plant in case of any damage...
In Gallery Screen, I believe that the screen would have a 3 states The first one is when the request is already successful and the data is showing, Second, when...
Part of [GTC](https://www.facebook.com/groups/gazatechcommunity/) open source initiative
As we know latest versions of Compose had made us control the navigation animation, as its still beta but I personally use it on the apps I am building and...