Android custom notifier application. Read an XML file containing notices or alerts from a given URL and notify the user..
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.
The following table is the detailed list of CustomNotifier.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, ldpi, hdpi] |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED android.permission.VIBRATE android.permission.WAKE_LOCK |
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.
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