General design question, but will be implemented w...
# compose
m
General design question, but will be implemented with compose. LazyColumn, scrollable. How do you visualize to the user if there is additional content hidden at the bottom, which can be seen if list is scrolled up? Option A) would be to have half an item at the bottom, so the user sees the need to scroll. But with different device sizes, this does not seem a legit way. Option B) to display a scrollbar does not sound very attractive to me. Are there other ideas? How would you do it?
f
the first time the user opens the screen you can have the content automatically scroll up a few items and then back down to the top, to indicate there is more content beyond the screen