Android

Okay SDUI ! Part – 1

SDUI is a very popular term these days in the mobile community. With the ever-changing, demanding needs of business, one cannot keep…

Good ViewModel!

I believe we all know keeping viewmodel size minimal by moving business logic to use cases or interactors is a recommended practise.…

Kotlin data class fundamentals

In this post we will discuss key differences between data class and normal class in Kotlin. Summary of Kotlin data classes Lets…