How to capture Heap Dumps from Android App? – 3 Options September 19, 2019 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…
Getting started with Flutter App Development October 15, 2018 In my previous article, I talked about what all points should you consider before diving into flutter app development. I also did a comparison…
Unit Testing in Android with a sample application October 5, 2018 In the last article, I listed out the benefits of Unit Testing your applications. In this tutorial, we’ll take a look at how to…
11 Android Studio Shortcuts Every Android Developer Must Know September 6, 2018 Ever Taken a Shortcut Before ? This is how you may end up if you try and take a shortcut in real life, but…