Android Open Source - Development file CustomNotifier






Project Summary

Android custom notifier application. Read an XML file containing notices or alerts from a given URL and notify the user..

Web Site / Source Repository

CustomNotifier is hosted in the following web site
https://github.com/tssm0n/CustomNotifier

If you think the Android project CustomNotifier 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 CustomNotifier.

ItemValue
Java File Count15
Supported screen sizes[mdpi, ldpi, hdpi]
Minimum SDK Version8
Activity Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.VIBRATE
android.permission.WAKE_LOCK




Resource Files

There are 4 image files in CustomNotifier. The names of the image files are listed as follows.

alert.png
critical.png
notice.png
warning.png

The following screenshort is generated from the image listed above.

null

Java Source Files

CustomNotifier has the following Java source files.

com.a831.android.notifier.CustomNotifierActivity.java
com.a831.android.notifier.NoticeDetailsActivity.java
com.a831.android.notifier.NoticeListActivity.java
com.a831.android.notifier.NoticeListAdapter.java
com.a831.android.notifier.NotifierConstants.java
com.a831.android.notifier.NotifyEvent.java
com.a831.android.notifier.dao.NotifierDAO.java
com.a831.android.notifier.database.NotificationTablesHelper.java
com.a831.android.notifier.database.NotifierDatabaseConstants.java
com.a831.android.notifier.service.AlarmBroadcastReceiver.java
com.a831.android.notifier.service.BootBroadcastReceiver.java
com.a831.android.notifier.service.CustomNotifierService.java
com.a831.android.notifier.service.WakelockManager.java
com.a831.android.notifier.xml.NotificationFeedParser.java
com.a831.android.notifier.xml.XMLNotificationHandler.java