1

I have the widget that fetch and display the list of data via LazyColumn. After the data loaded, I want the LazyColumn to scroll to specific item.

In Jetpack Compose we have LazyListState but do we have something similar in Glance? (or any workaround)

Nash
  • 13
  • 2

1 Answers1

1

Not possible with RemoteViews or app widgets framework, thus not possible with Glance.

Given the way the framework is setup this would not be possible.

Note: widget should show a short list of data and bring user to the in-app experience for more

Marcel
  • 2,094
  • 3
  • 23
  • 37