In this intellij plugin development tutorial, we’ll be taking a look at how to build a simple plugin for IntelliJ. And since Android Studio is…
I recently switched jobs and one of the first task was to create a bottom sheet in react native. Coming from a native android development…
Front-end development is continuously increasing by adding new tools released daily. There are several libraries and frameworks available online and choosing one from them is…
I’ve been writing about Android Development for more than 1 year now. There have been a lot of learnings along the way. It opened my…
There’s no dull year in the world of Android and 2019 was no different. Many APIs got deprecated, many new APIs hit stable release. So,…
In the last article, I mentioned how I got around to creating an Open-Source android library. In this post, we’ll take a look at how…
Jetpack compose is out for developer preview as was announced in Android Dev Summit 2019. It has been creating a buzz around the town with…
For long I’ve been thinking of creating an open – source android library. I’m a firm believer of the fact that contributing to open source…
Heap Dumps are vital artifacts to diagnose memory-related problems such as slow memory leaks, Garbage Collection problems, and java.lang.OutOfMemoryError.They are also vital artifacts to optimize…
JVM has provided helpful arguments to deal with OutOfMemoryError. In this article, we would like to highlight those JVM arguments. It might come handy…