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…
SDUI is a very popular term these days in the mobile community. With the ever-changing, demanding needs of business, one cannot keep…
I believe we all know keeping viewmodel size minimal by moving business logic to use cases or interactors is a recommended practise.…
So you have developed apps from ground up, that is great! Now how do we maintain the code base that goes from…
I’ll quickly share my understanding on these 2 architectures. MVC Activity -> Models MVP Activity -> Presenter -> Models
Develop apps keeping app compatibility in mind! Every Android device differs in 2 aspects: hardware and software. Therefore your app should be…
In this post we will discuss key differences between data class and normal class in Kotlin. Summary of Kotlin data classes Lets…
Android devices vary in shapes and sizes and device makers like Samsung, Oppo, Huawei, Oneplus are always invested in delivering more to…
Java interoperability is one of the key advantages of Kotlin. It helped easier transitions to Kotlin while keeping part of your code…
In this post we shall discuss some of the best practices for Android engineers while developing any feature for an android app.…