I need to show data which contains a main object and has many child objects. Each child object has its view which contains checkbox and buttons having functionality. Giving demo design which I've done
https://i.stack.imgur.com/ELB51.png
But am not understanding how to create nested listview to populate data in this way. Picture showing 'Reminder 01' is first reminder data and there will be many reminder data each having their own doses data with checkbox and snooze button. Even I've done all logic and getting data but don't know how to populate data in nested listview. Please give me efficient suggestion.