Android Studio – How do I perform a network process in a kotlin coroutine
I am attempting to run the getByName method in my android app, but have found that doing so in the main activity is cause for concern. I know I need to use coroutines, or async, or threads. But I'm not…