A long introduction to Kotlin Coroutines
The basics of Coroutines, the major building blocks, and a simple overview of the framework
I put in quite a bit of work to complete a utility Android app called Lorem Contacts.
In simplest terms, it’s just a “fancy” contact generator that allows you to fill the contact list on any Android device with any number of fake people. These fake contacts can have “real” (natural) names, emails, phones, and most importantly “real” profile photos.
The project is fully open-sourced on GitHub with a solid test coverage at this point.
And, of course, big thanks to @acolyte192 for working on this with me!