#kotlin
Read more stories on Hashnode
Articles with this tag
Recently while working on a requirement I stumbled upon a task that needed the ExpandableListView functionality from the old XML days. This is when I...
The main guideline for any Android application following the MVVM architecture pattern is separation of concerns. This means the Activity is to be...
RecyclerView with all its glory and advancements through which we can make complex lists is still too bloated and lengthy to write as a developer. I...
The Kotlin standard library comes with some of the inbuilt scope functions which can be used to execute a block of code within the context of a...
While there are many architectural patterns in the market (MVVM, MVP), the need for a better approach is always there based on the use case of the...