What is the recommended way to indicate that scrol...
# compose
p
What is the recommended way to indicate that scrollable column has more items to scroll?
s
Is this a UX question? I'd say it depends on what you app looks like? But sounds like a conversation to have with your designer really
☝🏼 1
☝🏾 1
p
I'm using LazyColumn to make infinite list (not known total items count and global position of current window). Sometimes it is not clear if item is last or user can scroll more. Need some general solution. I'm thinking of adding some indication - some border or floating icon. Maybe there are better solutions...
l
One solution is you always has something showing on the bottom. It might be a loading progress bar which means you have more items and it’s loading right now or either it is a Text that just shows no more items.