Android Kotlin GraphQL Tutorial – apollo graphql 2022

Android Kotlin GraphQL Tutorial - apollo graphql

We have all been using REST APIs since the very beginning of development. However, as data queries become more complicated as data grows larger, it’s turning out to be expensive in terms of computation time and processing. What is GraphQL? GraphQL is a query language used by the APIs that allow you to access your … Read more

wireless debugging android studio 11 | Run, install, debug your App over Wi-Fi?

In this Android tutorial I share wireless debugging android studio | Run/install/debug Android applications over Wi-Fi?. Wireless ADB debugging is made much simpler by Android Studio Bumblebee. In the past, I published an article on how to set the wireless ADB debugging by using commands. In the latest version of Android Studio named Bumblebee the Bumblebee, a brand new and much … Read more

Android Studio Bumblebee New Features 2022

Android Studio Bumblebee New Features

Amazing Features You Need to Be aware of to use Android Studio Bumblebee. The latest stable version of Android Studio, interestingly named after an insect “Bumblebee” is 2021.1.1 with Android Gradle plugin (AGP) version 7.1.0. In this post, we’re going to discuss the most fascinating aspects of this version. In essence, Android Studio is the official … Read more

How to enable Virtualization (VT) on Windows 10

How to enable Virtualization (VT) on Windows 10

In this article i share how to enable virtualization VT on Window 10. When you try to install intel haxm  in android studio the showing error intel haxm installation failed. to install intel haxm follow the instructions found at: https://github.com/intel/haxm/wiki/installation-instructions-on-windows. Solutions for the error is to enable virtualization VT and try agin is working successfully. … Read more

intel haxm installation failed | Failed to install HAXM during Android Studio installation 2022

intel haxm installation failed | Failed to install HAXM during Android Studio installation

Hi developer in this article i am sharing a android solution. intel haxm installation failed | Failed to install HAXM during Android Studio installation. When you Install HAXM throw android studio they throw error like :- intel haxm installation failed. to install intel haxm follow the instructions found at: https://github.com/intel/haxm/wiki/installation-instructions-on-windows HAXM installation failed is a … Read more

Android Read OTP Automatically Using Broadcast Receiver

Android Read OTP Automatically Using Broadcast Receiver

Hi Android developer in this android blog i am making a example for Android Read OTP Automatically Using Broadcast Receiver. Like you can see the most of android app and banking app read your otp automatically. When the OTP come your phone auto read it and fill the OTP in the Edit Text auto. Similar … Read more

8 best Android emulators for PC and Mac of 2022

8 best Android emulators for PC and Mac of 2022

There are plenty of legitimate reasons to prefer running Android emulators from their computer. App developers might be looking to test their apps before releasing it. Gamers might want to use keyboards and a mouse on their games. Perhaps you want to be there for the sake of having it. Whatever the case, Android emulation on PC is possible … Read more

Android 13 Features and APIs first developer preview :

Android 13 Features and APIs first developer preview :

Android 13 Features and APIs first developer preview :  Android 13 introduces great new features and APIs that developers can use. The following sections will help you discover the new features available for your apps , and also get you acquainted with the APIs that are related. For a complete list of the new, modified APIs, … Read more

Factory pattern Android example 2022

Factory pattern Android example

Factory Pattern is among the most well-known patterns for creation available. I have personally used it in various projects. One of them can be described as an open-source cross-platform application that was written in the Dart Joker app. However, you can also look into CoffeeMaker in case you would like to know the code and don’t want to read the … Read more

Android singleton class in java

Android singleton class in java

Android singleton class in java Before going into an example, we need to be aware of what a singleton design pattern is. A singleton is a pattern that limits the creation of a class only to one instance. It is useful for managing concurrency as well as making a central point of access for applications in order … Read more