My one-year experience with iPhoneI’m an Android user for all my life and I’m an Android developer too. So I know a huge amount of things about Android but very little about…Jun 14, 2022A response icon1Jun 14, 2022A response icon1
Script Editor — An underrated gem from Mac OSScript Editor can be used to automate mundane things or convert a simple shell script to a Mac app.Jun 14, 2022Jun 14, 2022
Logging in Kotlin— the right wayLet’s see how we typically log something in Android using Java before Kotlin.Oct 30, 2019A response icon1Oct 30, 2019A response icon1
Published inAndroidPubUnit Testing animation results using RobolectricRobolectric is a great tool to test Android views and classes in Android framework properly. I use Robolectric heavily to test custom view…Aug 14, 2019Aug 14, 2019
Published inAndroidPubAn Untold Story of Observable Dependencies in Data BindingObservables can depend on other Observables and can react to changes from the dependents.Apr 24, 2019A response icon1Apr 24, 2019A response icon1
Published inAndroidPubStay up to date with Android DevelopmentAndroid Development is evolving rapidly now more than ever since Google announcing Kotlin as official language, releasing Architectural…Mar 2, 2018A response icon6Mar 2, 2018A response icon6
Published inAdventurous AndroidManage Lifecycle of Rx Observables in DataBinding ViewModels (MVVM)If you don’t know what databinding is , head over to the documentation and read about it.Feb 18, 2018A response icon2Feb 18, 2018A response icon2
Published inAndroidPubReducing RecyclerView Adapter Boilerplate with Android Data BindingRecyclerView has it’s own way of creating views and binding data using ViewHolder pattern. In data binding, it is recommended that each…Feb 18, 2018A response icon4Feb 18, 2018A response icon4
Published inAndroidPubAvatarView - Custom Implementation of ImageViewLet’s deal with it. In almost every app, we need this kind of circular image as a profile image for people. We should show the image with…Dec 7, 2016A response icon7Dec 7, 2016A response icon7