In my previous article, we have learned the Basics of DataBinding. Today, we are going to put the basics into action by implementing a profile…
Device fingerprinting: the cure that’s worse than the disease
The practice of device fingerprinting has continued unabated since compliance with Appleās App Tracking Transparency privacy policy was made mandatory with the release of iOS…
The Definitive way to access views on Android
View Binding is a new view access mechanism that was released in conjunction with Android Studio version 3.6. Historically, there have been many ways to…
AndroidX Selection Library with DiffUtils ListAdapter
Recently I had to implement touch and hold to select behaviour for a RecyclerView (and merge adapter, covered later in the article). At first, I…