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?