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)
Jetpack Compose Vertical Scrolling is interrupted by Horizontal Scrolling
I have create a Column having 5 Rows, Column has vertical scrolling enabled and Rows has horizontal scrolling enabled.
Sometimes when I try to fling or scroll vertically, Rows consume the gesture and ...

Chetan Gupta
Votes: 0
Answers: 0
How to Recompose Simple LazyColumn List Example
I'm new to Jetpack Compose and I'm trying to figure out how to recompose a LazyColumn list when user clicks a FloatingActionButton.
As the picture shows, I have a basic Scaffold layout with a LazyColu...

SqueezeOJ
Votes: 0
Answers: 1
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 - How to search and display specific data from room in LazyColumn?
I want to fetch data from room table using a search query and present the result in LazyColumn instead of the someList I present there.
In other words, how to implement search function using compose f...
SevenWinds
Votes: 0
Answers: 1