QR Scanning using CameraX QR scanning is a common camera use case that developers want to implement in their apps, with CameraX & zxing it's easy to implement.
Navigation Component Using Custom Views Android Navigation Component by default supports few destination types, those are Activity, Fragment & DialogFragment. In this article, we will take a look at how to create a new destination type for views and how to create a view based navigation component.
Dealing With Production Code In Tests When we're writing tests, it's not always possible to run production code independent of the system. In those cases, we use Test Doubles
RecyclerViews made easy with Epoxy Complex RecyclerViews are difficult to build and often require a lot of boilerplate code. Epoxy makes this task really easy and…
Google Play IAP verification using Cloud Functions Using Firebase Cloud Functions to verify Google Play in-app purchases