Broadcast Receiver App

1.6K installs
Ratings not yet available
144 monthly active users
Revenue not available
Install Trends
Weekly +66
Trending
Monthly +100
Trending

Broadcast Receiver App Summary

Broadcast Receiver App is a mobile Android app in Tools by chrrissoft. Released in Jul 2023 (2 years ago). It has about 1.6K+ installs Based on AppGoblin estimates, it reaches roughly 144 monthly active users . Store metadata: updated Jul 10, 2023.

Recent activity: 66 installs this week (100 over 4 weeks) showing exceptional growth View trends →

Store info: Last updated on Google Play on Jul 10, 2023 .


0★

Ratings: 0

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot

App Description

An app to learn the max possible of the broadcast receivers in android

As a developer, it is very important to know how to get and send broadcasts in Android development, either to notify another app or us. Broadcast Receiver App is an app that allowed me to learn most of the features about the Broadcast Receiver application component of the Android framework.

💚💚💚💚💚 Common Manifest 💚💚💚💚💚
Broadcast Receiver App can:
✅ Enable permanently an receiver registered on the manifest file.
✅ Disable permanently an receiver registered on the manifest file.


💚💚💚💚💚 Common Context 💚💚💚💚💚
Broadcast Receiver App can:
✅ Register a receiver in either activity context or app context.
✅ Unregister a receiver in either activity context or app context.


💚💚💚💚💚 Custom Manifest 💚💚💚💚💚
Broadcast Receiver App can:
✅ Enable or disable permanently an receiver registered on the manifest file.
✅ Send either sorted or unsorted broadcast.
✅ Send broadcast to an app which has permission (itself app) or not and also sorted or not.


💚💚💚💚💚 Custom Context 💚💚💚💚💚
Broadcast Receiver App can:
✅ Register or unregister a receiver in either activity context or app context.
✅ Send either sorted or unsorted broadcast.
✅ Send broadcast to an app which has permission (itself app) or not and also sorted or not.

💚💚💚💚💚 App Companion 💚💚💚💚💚
Broadcast Receiver App can:
✅ Send a broadcast to a manifest registered receiver, the broadcast can be sorted or unsorted and with permission or without it.

I think broadcasting in Android is an important behavior and I like to know about it. I enjoyed building this app and learned a lot about Broadcast Receiver component in Android development 💚.