I want to know that is it possible to implement the push notification in Android 1.6. If it possible then how can I solve this?
3
- Title-version is different from text-version...dst– dst2010-08-09 05:52:59 +00:00Commented Aug 9, 2010 at 5:52
- sorry for that actually i want that is it possible to implement push notification in android 1.6Amit Thaper– Amit Thaper2010-08-09 06:06:10 +00:00Commented Aug 9, 2010 at 6:06
- possible duplicate of Does Android support near real time push notificationDouglas Leeder– Douglas Leeder2010-08-09 06:37:35 +00:00Commented Aug 9, 2010 at 6:37
Add a comment |
1 Answer
Yes this is possible using MQTT Library use this url use this website to learn more if you don't get it give me your mail i'll give you this.
6 Comments
pengwang
thank you ,but the push message page is offline, tokudu.com/demo/android-push can you put it on line?
pengwang
MqttException: NULL, can you tell me why? i not modify the resource
pengwang
can you tell me in the link tokudu.com/demo/android-push/,the two editView, i should what write to input
Girish Bhutiya
Download android application through this link start this and you can see
Your Device Target:xxxxxxxxxx in your application screen this code is enter in first textbox and in 2nd your message and than press send button.pengwang
yes, i enter these but give me INFO/DemoPushService(2410): Rescheduling connection in 1800000ms. INFO/DemoPushService(2410): Connectivity changed: connected=true INFO/DemoPushService(2410): Reconnecting... INFO/DemoPushService(2410): Connecting... 09-05 19:47:50.623: INFO/DemoPushService(2410): MqttException: NULL 09-05 19:47:50.623: INFO/DemoPushService(2410): Rescheduling connection in 1800000ms.
|