5

I am trying to ensure that there is a visual indication that the user is trying to scroll more to the bottom even though he has reached the end of the list in a LazyColumn.

This feature is available by default in XML layouts.

How do we implement this in Jetpack compose? For over scrolling at the top, I see that there is a Swipe for Refresh equivalent. Is there a solution out there at present?

Anudeep Ananth
  • 955
  • 1
  • 8
  • 30

1 Answers1

2

With version 1.1.0-alpha04 for Jetpack compose, glad to see that a feature to show a visual indication that the user has reached the end of the list is built just like xml...

Anudeep Ananth
  • 955
  • 1
  • 8
  • 30