We all know why it’s really important to architect your application properly, and hence there exist many architectural patterns for building applications such as MVP…
Google IO 2019 began with a keynote message from the CEO Sundar Pichai. Within a few minutes it was clear that some of the key…
If you are writing your source code in Kotlin then it is good to have your build scripts in Kotlin as well. It has clear…
In this 2nd part of the Work Manager series, we’ll be taking a look at how to implement work manager in android. In the previous…
Consider some use cases which we encounter in our daily android development tasks: Downloading data files from a remote server for a mobile game. Downloading…
Logging is one of the most used utility in android framework. It is really helpful in debugging your code when debugging by break-point just wont…
You generally develop your apps on both the renowned platforms iOS and Android. This requires writing separate code for both of them. Many of the…
I wish someone had written an article like this when I started learning my journey with RxJava in 2017. There has been so much hype…
In this Android App development tutorial, I’ll be demonstrating how you can setup Retrofit and RxJava for networking in your android application along with MVP…
In this tutorial, we will see how we can calculate the area of a region by integrating Google Maps in an Android App. Calculating area…