python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Accompanist implementation causes rendering error Compose
Implementing Accompanist flowlayout causes rendering problems :
implementation "com.google.accompanist:accompanist-flowlayout:0.24.5-alpha"
https://google.github.io/accompanist/flowlayout/
H...
AdrienM
Votes: 0
Answers: 0
Why does HorizontalPager's automatic scrolling stop after manual scrolling?
I have a HorizontalPager
val pageCount = bannerList.size
val startIndex = Int.MAX_VALUE / 2
val pagerState = rememberPagerState(initialPage = 100)
HorizontalPager(
count = Int.MAX_VALUE,
state...
MohammadBaqer
Votes: 0
Answers: 1
Show keyboard over Scaffold's bottomBar in Jetpack Compose and apply proper inset paddings
I'm using Scaffold for my main screen with a fixed bottomBar that is visible in every screen of the app, and I'm applying the innerPadding of the Scaffold to its content.
I want the keyboard to appear...
rewgoes
Votes: 0
Answers: 3
OffscreenPageLimit behaviour for ViewPager from Accompanist
I am using HorizontalViewPager from Accompanist to show an image in each page of the viewpager. I am loading images with Coil. Here's the code:
val pagerState = rememberPagerState()
HorizontalPager(c...
SpiralDev
Votes: 0
Answers: 0