Android Core
-
Publishing your Android Library to Bintray (Gradle)
In the last article, I mentioned how I got around to creating an Open-Source android library. In this post, we’ll…
Read More » -
Android Jetpack Compose – Once and For All !
Jetpack compose is out for developer preview as was announced in Android Dev Summit 2019. It has been creating a…
Read More » -
How I created my first Open Source Android Library – Part 1
For long I’ve been thinking of creating an open – source android library. I’m a firm believer of the fact…
Read More » -
How to capture Heap Dumps from Android App? – 3 Options
Heap Dumps are vital artifacts to diagnose memory-related problems such as memory leaks, Garbage Collection problems, and java.lang.OutOfMemoryError. They are also…
Read More » -
Flutter Firebase Authentication Tutorial
In this post on Flutter firebase authentication, we’ll take a look as to how we can authenticate users to our…
Read More » -
Using DataBinding with Glide in Android
In this post on databinding, we’ll take a look at how to load images using databinding with glide in an…
Read More » -
4 Best Android Libraries for Lazy Image Loading
Images drive user experience. People are said to be highly visual creatures. This is why face-to-face communication is often broken…
Read More » -
Espresso Idling Resource for RecyclerView Data Changes
I was having a problem with using Android Espresso to test a RecyclerView when it’s data was updated. This is…
Read More » -
Migrating React Native App to AndroidX
In this post, we will learn to migrate React Native application to AndroidX. Before starting, let me give you a brief introduction about…
Read More »