Android
-
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 » -
The Best Way to Develop Android Apps Which Shows You Different Than Others
This is the era of mobile phones and the internet. Various industries make use of mobile phone applications and web…
Read More » -
User Engagement In Android Through Advanced App Development Strategies
The importance of user engagement in Android app development cannot be overemphasized because this is what keeps the eco-system going.…
Read More » -
Restart Android Activity with ActivityScenario
I was writing an instrumentation test which required restarting the activity during a test. As I was trying out the…
Read More »