ankur2037
01/19/2025, 7:25 AMLazyColumn
backed by a PagingData
source. My lazy list is full-screen and uses snappy scrolling. The requirement is to load and display an ad dynamically such that, as soon as the ad is loaded, it is inserted immediately after the currently visible item in the list.
I understand that the addSeparators
API could potentially address this use case. However, I’m unsure if it fully meets my requirements, especially considering the dynamic nature of ad insertion relative to visible items.
Are there any alternative approaches or best practices for handling this kind of dynamic item insertion within a `LazyColumn`using Paging.
Chrimaeon
01/19/2025, 9:36 AMankur2037
01/19/2025, 9:42 AM