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 tools have cropped up to make cross-platform development a reality. Microsoft, Facebook, and Adobe gave it a great go. These solutions…
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 right now around RxJava and Reactive Programming in general. Everyone seems to promote it, but no one seems to have an…
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 Architecture. We’ll be developing a very barebones application which will display some data in recyclerview. The data will be obtained from…
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 of a region on google map can be a very real requirement for people and organizations such as Surveyors, Architects, websites…
RxJava has become the single most important weapon in the android development arsenal and every developer in 2019 must start using it in their apps if they haven’t already. According to the official definition of RxJava: “RxJava is a Java VM implementation of Reactive Extensions: a library…
The mobile application market is speculated to grow at significantly higher rates attributing to the rise in the number of smartphone users all over the world due to reduced prices of mobile phones as well as data. Analysts forecast that global mobile apps market will grow…
In this tutorial, you’ll learn how to place 3D models in the real world by setting the anchor as a specific scene instead of a regular plane. ARCore by Google, lets you augment 2D images which can be recognized by arcore to then place 3D models…
What are the best resources to learn Android App development? Where to start learning Android App Development? What are the best books to learn Android Development? I get asked a lot of questions like these on Quora and LinkedIn. There is just so much information out…
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 in the cost of development of Augmented Reality and today AR is even available on a mobile phone. Both Apple and Google…
In my previous article, I talked about what all points should you consider before diving into flutter app development. I also did a comparison of the two most popular cross-platform mobile app development technologies, Flutter vs React Native. So, now that you have made up…