Skip to content

JimSeker/BroadCastReceiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Also uses android:launchMode="singleTop" so that only one activity is launched, when it is the foreground app.

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

BroadcastBoot: Receives a broadcast on boot, that starts a service.

These are example code for University of Wyoming, Cosc 4730 Mobile Programming course. The examples are for Android.

About

android Broadcast Receiver examples

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published