If you want to switch careers as an Android Developer or you’re just beginning with Android Development. This comprehensive guide will help you land that…
This post is the third part of the IntelliJ Plugin Development tutorial series. In the last two parts we learnt how to set up the…
In the previous part of our intellij plugin development tutorial, we saw how to get started with creating a plugin in intellij. We created a…
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’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)…