Hello
I am having some issues when I implement the data of listview inside listview.
I arranged all data inside listview
Parent Listview
Child Listview - - ->>
Child Listview - - ->>
...
I want to change Child Listview data dynamically.
After I get data from the api I can't show it on UI because it is not updated.
Please explain me how I can make this work perfectly.
Regards, WD.