Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
49 views

I started a new app dedicated to Android TV platform. I try to display an Activity containing 2 or 3 columns using LazyColumn components. Each column are displayed correctly with the data in my lists....
arnouf's user avatar
  • 820
0 votes
1 answer
75 views

I have issue that I cannot resolve - forgetting list state. I have single LazyColumn which has some items and I also have list of categories users can choose from eg. All, Favourite, Subscribed etc. ...
Cuyer's user avatar
  • 76
3 votes
1 answer
134 views

After navigating to the screen, the data is retrieved through ViewModel and Room, but LazyColumn won't update, only after scrolling. I'm using a data class to create a list of sections called ...
JaimeHdz's user avatar
1 vote
1 answer
132 views

I am struggling around with this extra padding and provided here a small sample code. What is causing the extra padding added between the text field and the software keyboard (when opened)? Expected ...
rsp's user avatar
  • 109
1 vote
2 answers
88 views

I have a LazyColumn in Jetpack Compose and I want one of the items (let’s call it a “highlighted block”) to always sit at the bottom of the visible viewport, even when the list is short. In a regular ...
Нурик Курбанов's user avatar
0 votes
2 answers
145 views

I need to nest a lazycolumn inside a horizontalpager, and I need the lazycolumn to have a verticalScroll(scrollState) to remember the current scroll between screen/orientation changes. I created this ...
NullPointerException's user avatar
0 votes
0 answers
125 views

I am working on an android application but I am not very familiar with jetpack compose. I want to display videos as items in a lazy column but some videos don't load and just display a black view or ...
Maxime DELESCOT's user avatar
2 votes
1 answer
364 views

I'm still learning compose/kotlin and have come up with a problem that seems very common, but I can't find a solution. I have a LazyColumn with animation--that works great for making additions and ...
SMBiggs's user avatar
  • 11.8k
0 votes
1 answer
323 views

so i have a jetpack compose tv project and on the home screen i have a tvlazycolumn and inside it i have item{} having multiple of these : if (resultItem.thumbnailType?.name.equals( ...
Priyanshu Raj's user avatar
-1 votes
2 answers
129 views

I mean a Drawable generated dynamically, not a file from res/drawable. I tried setting it as a background of the modifier, but it doesn't accept a Drawable instance object. In Java, it was done like ...
NullPointerException's user avatar
2 votes
1 answer
571 views

When I'm trying to use Lazy elements with my data list application are crashing. This crash has next scenario: Calling NavHost for screen with Lazy provokes little freez and restart app. After ...
Pavlo Muravyov's user avatar
3 votes
1 answer
2k views

I am using stickyHeader with LazyColumn, and I want to expand and collapse the items under each header when the header is clicked, with smooth animations. I've implemented this behavior using ...
Ali Asjad's user avatar
  • 2,205
1 vote
1 answer
273 views

I have an app using LazyColumn. On my device, when there are insufficient items to fill the column, it's vertically spacing them equally with large gaps in between, even though I've specified ...
BobDoolittle's user avatar
  • 1,892
1 vote
0 answers
183 views

I need to implement custom scrolling behavior involving a LazyColumn on a page. I'll break down the explanation into three stages for clarity. Simplified, it looks like this: 1) Initial Position: The ...
glllobys's user avatar
1 vote
1 answer
105 views

In my application I get the list of films by api and can add them to the list of favourites which is stored in the database room. So on the screen with the list of favourite films when I try to delete ...
alexxelo's user avatar
1 vote
0 answers
79 views

I was trying to achieve a lazy column with custom behavior. When the user pulls the lazy column after they reached the limits, I would show a refresh indicator by using the offset. The problem is, ...
Farid Guliyev's user avatar
6 votes
0 answers
446 views

I'm working on a Jetpack Compose app having a Scaffold layout. My layout includes a title, a tab bar, and a LazyColumn. I want to create a gradient background that scrolls with the LazyColumn content ...
Bhoomi Vaghasiya's user avatar
2 votes
0 answers
66 views

I am using androidx.compose:compose-bom:2024.06.00. The items of a LazyColumn are animated at the launch of the screen: @Composable fun SampleList(samples: List<Sample>) { val state = ...
JJD's user avatar
  • 52.7k
-1 votes
1 answer
138 views

I have a problem, when i scroll my LazyRow, boxes which going out from it lose their shape. I am using a modifier.clip(RoundedCornerShape(20.dp)) and if item is visible in row it clips, but if not it ...
Егор Сауткин's user avatar
0 votes
1 answer
392 views

I am trying to implement a scroll indicator on LazyRow. Ideally it would transition smoothly while scrolling, but I read that it is not possible because we only have access to the ...
Felipe Ribeiro R. Magalhaes's user avatar
2 votes
0 answers
100 views

Im able to get my lazyrows on the right to vertically scroll with my lazycolumn on the left. The lazyrow will vertically scroll individually but when i try to get only the multiple lazyrows to scroll ...
Jason Kobischka's user avatar
1 vote
2 answers
954 views

I have two lists, number list of length 200 and and alphabet list of length 26. Both lists have different composable items to show them i.e NumberItem() and AlphabetItem(). I want AlphabetItem() to be ...
CodingDevil's user avatar
0 votes
1 answer
2k views

I am implementing a pagination or load more data, whenever LazyVerticalStaggeredGrid/LazyColumn reaches the end/last item. Everything works as expected however, when the data load more function, the ...
Dnyaneshwar Patil's user avatar
0 votes
0 answers
62 views

Android LazyColumn OutOfMemoryError To display all font styles in the font folder(res/font) with LazyColumn: font folder(res/font) has many ttf file. @Composable fun TextTtfLearn(){ val context: ...
ITGuoKe's user avatar
1 vote
1 answer
46 views

I stuffed it full of things, but can't get to the ones past the screen. Been watching youtube videos, asking chatGpt, etc, and can't figure it out. New to coding; sorry if this is an inefficient ...
Vopiscus's user avatar

1
2 3 4 5 6