broadcastreceiver
There are 81 repositories under broadcastreceiver topic.
androidmalin/AndroidComponentPlugin
Android上简单实现四大组件的插件化,供学习使用
sunfusheng/DaemonService
Android端心跳服务与进程保活
FreddyChen/CEventCenter
一个Android事件分发中心库,基于对象池及接口回调实现。实现类似BroadcastReceiver/RxBus/EventBus等的消息事件传递功能,用于在Activity/Fragment/Service之间的消息传递通讯。
anitaa1990/Wifi-Connect
A library project to connect two devices using Wifi-Direct
JoaquimLey/sms-parsing
Android app example on how to SEND and CATCH/DETECT incoming sms with a BroadcastReceiver
shernandezp/XamarinForms.LocationService
MAUI Background Services, Background Location Updates, Location Updates, BroadCastReceiver
BharathVishal/BatteryStats-for-Android
Displays all battery stats of an Android device using broadcast receiver. Fully implemented in Jetpack compose using Material You dynamic theming and also has a separate implementation in xml with MDC 3.
JimSeker/BroadCastReceiver
android Broadcast Receiver examples
jmarkstar/GpsTrackerDemo
This little android project is using AlarmManager and JobScheduler to get Location in an interval time.
ZahraHeydari/LocationService
A tiny foursquare which implemented using Foursquare APIs ,Koin, Coroutines, Moshi, Room, Retrofit, ViewBinding and Google play services location
merail/incoming-call-handler
Android application for handling incoming calls.
WaheedNazir/WebViewAppKotlin
Simple WebView with Internet connectivity, WebView client, JavaScript Handler communication, developed using Kotlin.
dreiklangdev/Breadcast
Small Broadcast Receiver Library for Android
Newbilius/android_custom_call_info
Демонстрация показа собственного окна с информацией во время звонка, поверх основной звонилки.
CammyKamal/TimerSample
Concept for this small project is to hide a view in Activity after Some Time.
Husseinhj/NotificationCenter
This library works like Objective-C and Swift NSNotificationCenter. A notification dispatch mechanism that enables the broadcast of information to registered observers.
LunaticPrakash/Broadcast-Receiver
This repo contains implementation of various Broadcast Receiver(like Screen On/Off, Device lock/unlock, Headphone plugged in/out, Wifi enabled/disabled/connected/disconnected, Bluetooth enabled/disbaled/connected/disconnected and much more) in a very modular and simpler way.
1isten/WhoIsThat
📞 who's that?
akash2099/KeepNotes-AndroidApp
ADD, DELETE, UPDATE and SEARCH NOTES having a title and description along with setting up REMINDERS for your NOTES at any date and time. It is built using Android Studio(Java).
HeyPouya/AntiSpam
An Android application to show estimated address of phone numbers in Iran
AndroidCodility/InternetConnectionStatus
Android application to display internet connection status using broadcastreceiver in Kotlin programming language.
KwabenBerko/SmsBroadcastReceiver
:bangbang: **DEPRECATED** An Android Broadcast Receiver Library For Capturing/Reading Incoming SMS.
AntonisKl/ionic-Incoming-Call-Recognition
A cordova plugin for detecting the phone number when the phone is ringing
bapspatil/MoodTracker
An Android app that lets you track your mood every day.
dvdn/webradios
A web page to group and play all your favorite webradios !
omansak/PlayFlowPlanner
A sample (for education) Android app for manage your flow plans
albrivas/BroadcastBottom
Aplicación que muestra el número de notificaciones push llegadas en tiempo real.
Nehas007/BatteryNotifier
In this appliation, the battery state is retrived using BroadcastReceiver, BatteryManager is used to get the Battery level and a notification is dispayed if the battery is empty or full.
osfunapps/android-lib-broadcast-receiver
An android library for broadcast receviers
sambhaji213/Broadcast-Receiver
Android BroadcastReceiver that is a very important component of Android Framework. Android BroadcastReceiver is a dormant component of android that listens to system-wide broadcast events or intents.
thiagoschnell/webappapi
Web App Api for android easier request your Api and supports for using (CORS)
CahuCode/BroadcastReceiver-Charger-Network
Esta app utiliza 2 maneras para implementar BroadcastReceiver en sus proyectos, para esta demostración se emplea el Intent para detección de carga en su dispositivo (ACTION_POWER_CONNECTED) y la detección de conexión a internet (CONNECTIVITY_ACTION).
DivyamOza/InternetAvailabilityCheck
It checks continuous Internet is Available or not using Broadcast Receiver Android (JAVA).
engsahaly/realtime_course
Laravel Realtime Notifications Course on Udemy
SohamSagar/BrodcastReceiver-Observe-Internet-Connectivity
Know How to use Brodcast Recever with Internet State in Kotllin.