Mugunthan
Mugunthan
```GlideImage(modifier = Modifier.fillMaxWidth(), imageModel = { newKids.imgUrl }, component = rememberImageComponent { +ShimmerPlugin( shimmer = com.skydoves.landscapist.placeholder.shimmer.Shimmer.Flash( baseColor = Color.DarkGray, highlightColor = Color.LightGray, ) ) +CircularRevealPlugin(duration = 800) }, imageOptions =...
It will be great if you add track selection for video quality settings
is there any way to implement the picture in picture here
we need an option for total percentage from our side, by default it's in 100 but what if we are calculating a total value of 30
The signin signup viewmodels are running initially without doing any task
I am using the dynamic feature module as it doesn't support dagger hilt so what can I do?
Build your APK using github Actions
add some options for customizing colors in the banner so we can change according to our themes
``` rememberNativeAdState(context = context, adUnitId = "adunit id", refreshInterval = 60000 ) ``` the ```refreshInterval``` triggers recomposition every 60 seconds or the given time, so the page refreshes this may...