-
### Feature description
in my opinion, the Now Playing screen looks just a tiny bit bland and maybe a few customizations and improvements to it wouldn't help!
Some suggestions:
1. When you tap the …
-
I could not find any way or documentation to find all the keypaths in a animation. I got this in XML approach but failed to do so in jetpack compose. So, please help to find all the keypaths in jetpac…
-
A customizable jetpack compose dropdown menu with cascade and animations
Github:https://github.com/AndroidPoet/Dropdown
-
I'm having troubles trying to change dynamically some texts of my json animation.
In old ways, with View, we had TextDelegate to handle this problem, but for Lottie in JetPack Compose we still doesn'…
-
I'm receiving a crash when trying to display a modal bottom sheet after it was dismissed (in other words - after first time) when having bottom sheet state (maybe static as well) management delegated …
-
Describe the bug
With Lottie-Compose, the animation doesn't play. Some other animations are playing and anothers playing wrong.
What version of Lottie did you test this on?
Lottie-Compose 5.0.3
…
-
I have 4 navigation routes: first, second, third, fourth.
When i try to navigate `first` -> `second` -> `third` -> `fourth`, the transitions behave normally as it should.
However when i try to…
-
#### Using Landscapist in Conjunction with Glide, Coil and Fresco to Load Images in Jetpack Compose
#### Proposed article introduction
Landscapist is an image loading library for Jetpack Compose. …
-
The current implementation of the lambda merger tries to find the code that must be updated to correctly instantiate a lambda in the following way:
1. read the `InnerClasses` and `EnclosingMethod` at…
-
The decompose examples are great but they don't demonstrate a typical navigation stack of pushing and popping.
The counter and master detail examples show a 'replace' navigation but doesn't show a …