Kotlin Android Classes Kotlin Data Classes While working on our apps sometimes we create some classes whose main purpose is to hold data and have functions to work with that data. But we need to write some functions like
Kotlin Android Classes Kotlin Classes & Inheritance In my previous article I talked about how Kotlin saves us writing boilerplate codes the one we have to write in Java and there I gave an example of a simple class showing