python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
AdManagerAdView not rendering ad image when off screen in LazyColumn
I am wrapping an AdManagerAdView in an AndroidView so I can use it in Jetpack Compose. The image fails to load when I use it in a LazyColumn AND the AdManagerAdView tries to load the image before the ...
Kelly Merrell
Votes: 0
Answers: 1
Jetpack compose collectAsState() is not collecting a hot flow when the list is modified
When I use collectAsState(), the collect {} is triggered only when a new list is passed, not when it is modified and emitted.
View Model
@HiltViewModel
class MyViewModel @Inject constructor() : ViewMo...
rysv
Votes: 0
Answers: 3
LazyColumn list not showing in jetpack compose
I m new To Jetpack Compose , i'm trying to create a Proxy list app , used lazy column to list proxies but its now showing .. app runs successfully but result not getting , Give Me a Solution . Thx
Li...

Gnanesh023
Votes: 0
Answers: 0
Jetpack Compose Recomposition every state changes
Here is my problem;
When I add MyText composable in my Screen, I see all Logs (value1, value2, value3) which means it is recomposing every part of my code.
However when I comment the MyText line, I s...
Harold Finch
Votes: 0
Answers: 1