Questions tagged [android-jetpack-compose-lazy-column]

78 questions
0
votes
4 answers

LazyColumn error: LazyPagingItems required but found List

I'm using the Paging 3 library with LazyColumn and I want to sort the list according to the category of shopping list items. In the code below, LazyColumn complains that it's expecting LazyPagingItems for the items property but…
0
votes
1 answer

Map item index in lazy column to item index in list

So I have a marketplace list similar to the code snippet attached. We have a list of marketplace items in the viewmodel being observed as our state. We break down each marketplace item into a lazyitem (side question, does this improve performance,…
0
votes
3 answers

Add separator in LazyColum in jetpack compose

I am learning LazyColum in jetpack compose. I want to add Separator in my each item in some condition, please have a look on below MessageList() function. Also I'll add a screenshot to clearly understand what I want. Please make a function reusable.…
1 2 3 4 5
6