Implementing Work Manager in Android April 15, 2019 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…
What is ARCore? All you need to know to get started October 19, 2018 Augmented Reality has come a long way from a science fiction concept to a more science-based realism. Recently there has been a cliff-drop…
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…
Intorduction to Unit Testing – Why should you start writing unit tests October 3, 2018 Unit Testing is one of the hottest topics in Agile methodology along with other things such as Integration Testing, CI, CD etc. And rightly…
Kotlin – The complete guide September 26, 2018 Kotlin language was introduced JetBrains in 2011, but took off recently when it was announced as an official language for Android Development…
Kotlin vs Java – All that you need to know September 24, 2018 When you look at the pre-requisites of learning Android Development, chances are that Java would be mentioned as the language you must know. It’s…
Paginated Recyclerview with progress bar in Android September 22, 2018 Have you noticed that in Instagram’s android app, when you scroll to the bottom of your feed, there is that gray colored circular loading…
RxJava form validation in Android with Example September 20, 2018 Also, RxJava/RxAndroid is the hottest thing in Android right now. Everyone wants to use it, Jake Wharton is promoting it and it is all…
How to implement MVP Architecture in Android – The Complete Guide September 15, 2018 Before starting with this article, I recommend that, you to check out the Step Number 1 in my article on 5 Steps…