Skip to content

Commit

Permalink
updated format.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSeker committed Apr 18, 2022
1 parent c9524cf commit b413060
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.
`eclipse/` is the examples for use in eclipse. This is no longer updated. The rest of the examples are in Android studio format.

<B>BroadCastDemo1</b>: Simple implementation of a receiver with a static and dynamic registered intent-filter
`BroadCastDemo1`: Simple implementation of a receiver with a static and dynamic registered intent-filter

<B>BroadCastDemo2</b>: Setup to receive intents about battery status and power status. it uses dynamic regisetered receivers to get the information.
`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](https://github.com/JimSeker/notifications), but using only receivers for the broadcast.

<B>BroadcastNoti</b>: 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).

<B>BroadcastBoot</b>: 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 JobIntentService, which is allowed to run in the background.

<B>BroadcastBoot2</b>: Receives a broadcast on boot, that starts a JobIntentService, which is allowed to run in the background.
---



These are example code for University of Wyoming, Cosc 4730 Mobile Programming course. The examples are for Android.
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.

0 comments on commit b413060

Please sign in to comment.