Bigyan ThapainMindOrksCoroutines and DispatchersIn Android development, coroutines are commonly launched from ViewModel classes using viewModelScope. The typical usage looks like this:Oct 14Oct 14
Bigyan ThapaAndroid UI: Vertical Text ViewIn Android app development career, it is more than likely to come across some UI design for which there is no native API or component. One…Mar 10, 2021Mar 10, 2021
Bigyan ThapainPropeller Health Tech BlogAndroid apps for everyone: How to audit your app with the Accessibility ScannerAt Propeller Health, we work hard to provide services to our users in every stage of life. This includes making our products and services…Sep 28, 2020Sep 28, 2020
Bigyan ThapainProAndroidDevSimple steps to consume AWS pre-signed url in AndroidRecently I came across a simple requirement of consuming an AWS pre-signed url in android and displaying the json data in a list, e.g.Mar 13, 2020Mar 13, 2020
Bigyan ThapaAndroid RecyclerView StickyHeader without external libraryThere are several occasions when we need to implement sticky header for some list of data displayed in RecyclerView. And of course…Mar 9, 20205Mar 9, 20205
Bigyan ThapainMindOrksKotlin Object Vs Companion ObjectRecently I came across a question during a code-review. It was in the context of a PR where kotlin class and a bunch of functions inside a…Mar 9, 2020Mar 9, 2020
Bigyan ThapainMindOrksMistakes made and lessons learnt — bash to zshBash to zshFeb 12, 2020Feb 12, 2020
Bigyan ThapaAndroid RecyclerView single choice adapterMore often than not, we as android developers come across a requirement to display a list of objects and make that list selectable in a…Dec 6, 20191Dec 6, 20191