A example of an android app that receives push notifications using MQTT..
AndroidPushNotificationsDemo is hosted in the following web site
https://github.com/tokudu/AndroidPushNotificationsDemo
If you think the Android project AndroidPushNotificationsDemo 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 AndroidPushNotificationsDemo.
Item | Value |
---|---|
Java File Count | 3 |
Minimum SDK Version | 3 |
Activity Count | 1 |
jar files used | wmqtt.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.VIBRATE |
There are 1 image files in AndroidPushNotificationsDemo. The names of the image files are listed as follows.
logo.png
The following screenshort is generated from the image listed above.
AndroidPushNotificationsDemo has the following Java source files.
com.tokudu.demo.ConnectionLog .java com.tokudu.demo.PushActivity.java com.tokudu.demo.PushService.java