0

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?

Douglas Leeder
  • 52,368
  • 9
  • 94
  • 137
Amit Thaper
  • 21
  • 2
  • 6
  • Title-version is different from text-version... – dst Aug 09 '10 at 05:52
  • sorry for that actually i want that is it possible to implement push notification in android 1.6 – Amit Thaper Aug 09 '10 at 06:06
  • possible duplicate of [Does Android support near real time push notification](http://stackoverflow.com/questions/1243066/does-android-support-near-real-time-push-notification) – Douglas Leeder Aug 09 '10 at 06:37

1 Answers1

2

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.

Girish Bhutiya
  • 3,111
  • 5
  • 31
  • 50
  • thank you ,but the push message page is offline, http://tokudu.com/demo/android-push/ can you put it on line? – pengwang Sep 05 '11 at 10:02
  • 1
    MqttException: NULL, can you tell me why? i not modify the resource – pengwang Sep 05 '11 at 11:14
  • can you tell me in the link http://tokudu.com/demo/android-push/,the two editView, i should what write to input – pengwang Sep 05 '11 at 11:18
  • Download android application through [this link](http://tokudu.com/2010/how-to-implement-push-notifications-for-android/) 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. – Girish Bhutiya Sep 05 '11 at 11:39
  • 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. – pengwang Sep 05 '11 at 11:57
  • That's not the reason but currently server is offline just check and whenever is online test this. – Girish Bhutiya Sep 05 '11 at 13:22