Relative Content

Tag Archive for kotlinandroid-jetpack-composefusedlocationproviderapifusedlocationproviderclient

API calls in Kotlin Jetpack Compose Android Studio

I’m developing an app in Kotlin with Jetpack Compose in Android Studio, using the MVVM pattern.
The home page of the app takes a long time to load because it contains several API calls, I would like to be able to make the code more fluid by optimizing the calls.
Could someone help me by inserting a correct loading indicator and/or modifying the code regarding the API calls (more precisely those to oggetti and utenti).
Thanks