Hello guys, how can i call functions in a certain ...
# android
o
Hello guys, how can i call functions in a certain sequence?. I need the result from the first two functions for the third one. In the first two functions there is networking, so they take "long time" and the third one is executing first 😞 . The attached photo is from the MainActivity. Thank you in advance!
r
start a suspending coroutine and use invokeOnCompletion extension function @Omar Qadour
❤️ 1