All Projects → JimSeker → BroadCastReceiver

JimSeker / BroadCastReceiver

Licence: Apache-2.0 license
android Broadcast Receiver examples

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to BroadCastReceiver

Wifi-Connect
A library project to connect two devices using Wifi-Direct
Stars: ✭ 94 (+193.75%)
Mutual labels:  broadcastreceiver
XamarinForms.LocationService
Xamarin Background Services, Background Location Updates, Location Updates, BroadCastReceiver
Stars: ✭ 61 (+90.63%)
Mutual labels:  broadcastreceiver
AndroidBatteryStats
Displays all battery stats of an Android device using broadcast receiver.
Stars: ✭ 20 (-37.5%)
Mutual labels:  broadcastreceiver
CEventCenter
一个Android事件分发中心库,基于对象池及接口回调实现。实现类似BroadcastReceiver/RxBus/EventBus等的消息事件传递功能,用于在Activity/Fragment/Service之间的消息传递通讯。
Stars: ✭ 116 (+262.5%)
Mutual labels:  broadcastreceiver

BroadCastReceiver examples

eclipse/ is the examples for use in eclipse. This is no longer updated. The rest of the examples are in Android studio format.

BroadCastDemo1: Simple implementation of a receiver with a static and dynamic registered intent-filter

BroadCastDemo2: Setup to receive intents about battery status and power status. it uses dynamic registered receivers to get the information.

BroadcastNoti: A reimplementation of the notification demo, but using only receivers for the broadcast.

BroadcastBoot: Receives a broadcast on boot, that starts a alarm (since background services are no longer allowed in Oreo).

BroadcastBoot2: Receives a broadcast on boot, that starts a Worker, which is allowed to run in the background.


These are example code for University of Wyoming, Cosc 4730 Mobile Programming course and cosc 4735 Advance Mobile Programing course. All examples are for Android.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].