broadcast receiver Archives - Androhub

AlarmManager

Android AlarmManager

Daily we used to set Alarms in our phone to wake up in morning or for some meetings, etc. I used to set lot of alarms for morning but unfortunately i used to wake up late only. 😛  So today we are going to learn about Alarms. Alarms (based on the AlarmManager class) give you a

Read More
Battery Details Banner

Getting Battery Details

The main objective of this article is to help you to get all the details of the Battery in Android. Sometimes you need to read battery status and do some task on it. So today we will learn how to fetch all battery details. VIDEO DEMO 1. Create a new project in Android Studio by navigating to

Read More
Internet Connection

Android Detect Internet Connection Using Broadcast Receiver

Android lets your application connect to the internet or any other local network and allows you to perform network operations. A device can have various types of network connections. If your app needs internet connection to make HTTP Requests and or you need internet connection in your whole app then it is better to check

Read More