Android Open Source - Timer notify Android-simple-notification






Project Summary

A sample application that demonstrates how to create notifications via NotificationCompat API. This example is based on Android SDK guides, but i'm adding some refactors and making more easy to understand..

Web Site / Source Repository

Android-simple-notification is hosted in the following web site
https://github.com/nRike/Android-simple-notification

If you think the Android project Android-simple-notification listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Android-simple-notification.

ItemValue
Java File Count4
Supported screen sizes[hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.VIBRATE




Resource Files

There are 4 image files in Android-simple-notification. The names of the image files are listed as follows.

ic_stat_dismiss.png
ic_stat_notification.png
ic_stat_snooze.png
notification_icon.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Android-simple-notification has the following Java source files.

mx.androidtitlan.simplenotification.CommonConstants.java
mx.androidtitlan.simplenotification.MainActivity.java
mx.androidtitlan.simplenotification.NotificationService.java
mx.androidtitlan.simplenotification.ResultActivity.java