Relative Content

Tag Archive for androidkotlinandroid-jetpack-composeandroid-jetpackandroid-jetpack-compose-material3

Passing UI and Click events in multi module app using Android Jetpack compose

I’m working on a scenario with Jetpack Compose where I dynamically generate the UI based on the details of Android UI components (data) received from an API response. I’ve created a separate module for UI generation, and I pass the API response as an input parameter to this module. I need to develop multiple screens based on the API response. Once a UI is generated for a particular API response, I need to return this dynamically generated UI back to the main app.