I have different section on my home screen. Each s...
# android-architecture
r
I have different section on my home screen. Each section data source is different api. So i used lazy column. I want lazy load each section as i scroll to the end. On the view based system for a similar feature implementation i was using contact adapter. So i can do the same with lazy column each section with item. This works. But i want lazy load second section one when user scrolls to end of first section. Section content is dynamic. Any suggestions on how to handle this better?
App is online first. No caching is done any where for now.
Or should ask my product owners to change the requirment if this implementation is complex and taxing on performance. Check the visible item index and load more..