Hi everyone, Have anyone know how to iterate a co...
# android
h
Hi everyone, Have anyone know how to iterate a composable layout like a conventional android layout? In Android native xml layout we can get the parent layout using id and get its child views using id. Is there any similar way to iterate the Parent Composable and get the Child composable. Please let me know your thoughts on this? #compose #android