Kotlin scope functionsThe Kotlin standard library contains several functions whose purpose is to execute a block of code within the context of an object.May 10, 2021May 10, 2021
Handle State with Sealed classes in Android.When we calling API from the server, we should handle state. In the past we often used enum in that cases.Dec 24, 2020Dec 24, 2020