#android-app-development
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...
This article is in continuation of the first part where we discuss how to create lifecycle-aware components in Android. If you missed that article I...
The main guideline for any Android application following the MVVM architecture pattern is separation of concerns. This means the Activity is to be...
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...