What Is Carrier Hub? A Spy App? Unveiling the Truth
Have you ever wondered What the Carrier Hub app on your Android phone is? Is it spying on you? You are not alone in this thought. The Carrier Hub app comes pre-installed on many...
Have you ever wondered What the Carrier Hub app on your Android phone is? Is it spying on you? You are not alone in this thought. The Carrier Hub app comes pre-installed on many...
Have you ever seen a blue dot on your Android text message and wondered what it means? Don’t worry, you’re not alone. Many Android users have been asking the same question. In this blog,...
SysScope, also known as system scoper, is a pre-installed system app found on Samsung Android devices. It serves the purpose of monitoring the authentication status of the device for the Android operating system. This...
In this tutorial we will look how to use Retrofit2 and RxJava with each other. We will be using lambda expressions to reduce our boilerplate code. Have a look at this tutorial for setting up RetroLambda in your...
The Android build system is the toolkit you use to build, test, run and package your apps. The build system can run as an integrated tool from the Android Studio menu and independently from...
There are times when your apps become overloaded with functionality which all users don’t need. You can create a MAIN Application and rest of the functionality can be provided by child apps as plugins. User can download...
Some times we need to convert String to int in Java for android purposes. This is fairly easy using Integer class. This can be achieved by two methods: 1. Using Integer.parseInt() Using parseInt() method of Integer class we...
Hello Guys in this tutorial we will be flashing NodeMCU firmware to ESP8266 a low-cost Wi-Fi-enabled microchip with micro-controller capability. Using this module we can create connected nodes which can do IOT related stuff. 1. Requirements ESP8266...
In this post we will be covering how to use Firebase Remote config for Android application. Follow this tutorial for basic setup to use Firebase related service in your project. Use Case Remote config is useful...
In this series of post we will be looking on how to integrate Google Firebase in our Android application. Firebase is a technology that permits you to make web applications with no server-side programming...