Heap Dumps are vital artifacts to diagnose memory-related problems such as memory leaks, Garbage Collection problems, and java.lang.OutOfMemoryError. They are also vital artifacts to optimize memory…
In this post on Flutter firebase authentication, we’ll take a look as to how we can authenticate users to our firebase app using firebase’s flutter…
In this post, we’ll be taking a look at some techniques of creating a Singleton object in RxJava. Most importantly, we’ll be learning about double…
In this post, we’ll take a look at how we can make an API call in flutter and consume a simple REST API. Checkout some…
In this post on databinding, we’ll take a look at how to load images using databinding with glide in an imageview. Let me begin by…
With the boom of cross-platform development, there has been a hype about flutter and react-native. But this doesn’t mean that Android Development is dead. React…
In the previous article on Android Internals, we learnt how Android OS Starts an application. We mentioned many things such as Bootloader, Kernel, init process,…
This post is targeted for Software Engineers wanting to dive deep into Android’s Internals and its workings. We’ll take a look at what happens when…
In this post on Augmented Reality App Development using ARCore, we’ll take a look at how to use Cloud Anchors. This is the 4th post…
Back in the days, using machine learning capabilities was only possible over the cloud as it required a lot of compute power, high-end hardware etc……