Ring of Circles
Implements the Ring of Circles animation using Jetpack Compose.
Category: Android / Animations |
Watchers: 13 |
Star: 340 |
Fork: 22 |
Last update: May 21, 2022 |
Added fix to remember demo list scroll state. So now if user scrolls to the bottom of the list and go to detail and back list scroll position will be maintained.
First of all great work Really inspiring. Issue: When you scroll to bottom open detail screen and go back it goes back to top as it doesn't know the scroll position. For now it's fine as not a long list but with list gets longer it will be annoying. Happy to help for the fix.