In the previous post of android developer interview preparation series, we talked about how to get an interview at your preferred company. It covered how…
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…
In this post on Kotlin’s data classes, we’ll take a look at how data classes are better than regular Java POJO (Plain Old Java Object)…
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…