Skip to content

Notification Services (GeoFence, Calendar)

Warren Applebaum edited this page Apr 14, 2014 · 1 revision

Overview

A Notification Service is a process that once registered in the manifest can listen for predefined events and respond by notifying the user via an Android Notification.

Using this method we can serve content directly to our users in a highly visible manner. Combining the a Notification with a background Service; we can begin to dynamically inform the user about any events we care to write.

In this example we will cover Notification Services of the following types:

  • Notifications on a Timed Service
  • Notifications on a GeoFence

Usage

Creating the Service

Creating the Notification

Scheduling Notification on Timed Event

Adding GeoFence Service

GeoFence Notifications

References

Finding these guides helpful?

We need help from the broader community to improve these guides, add new topics and keep the topics up-to-date. See our contribution guidelines here and our topic issues list for great ways to help out.

Check these same guides through our standalone viewer for a better browsing experience and an improved search. Follow us on twitter @codepath for access to more useful Android development resources.

Clone this wiki locally