[android-developers] Re: Implementing 'push technology' into Android apps

2009-10-27 Thread arvchak

hi miguel paraz,

So now i feel what i have analysed is correct on the push service.I
want to know how to implement the server, does the server has to
intiate some javascript method. Also whether the android can implement
the cometd using the jetty library these are my doubts, assume i have
contacts in server and i want to update it in my android client
whenever there is a new contact added, do you think using the Jetty
Bayeux will be sufficient. If you have implemented and could be
shared , it will be great

Thank you

On Oct 27, 2:13 am, Miguel Paraz mpa...@gmail.com wrote:
 On Oct 27, 6:01 am, arvchak arvc...@gmail.com wrote:

  Wat if we use Comet, even i have searching for this stuff not lucky
  though.Comet is the push technology implemented as an alternative to
  ajax.The gtalk we see in the gmail uses comet.I suppose we should
  implement this to make it easier. If someone is good at it can help
  us.
  this is one example which i saw but not able  to understand.If any one
  can and share the knowledge it will be great

 http://blogs.webtide.com/dyu/entry/android_chat_using_jetty_cometd

 I am using this example. Which part don't you understand - the
 protocol and how it works? Or the actual code?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Implementing 'push technology' into Android apps

2009-10-26 Thread arvchak

Wat if we use Comet, even i have searching for this stuff not lucky
though.Comet is the push technology implemented as an alternative to
ajax.The gtalk we see in the gmail uses comet.I suppose we should
implement this to make it easier. If someone is good at it can help
us.
this is one example which i saw but not able  to understand.If any one
can and share the knowledge it will be great


http://blogs.webtide.com/dyu/entry/android_chat_using_jetty_cometd


hope it is useful

On Oct 19, 12:51 pm, jotobjects jotobje...@gmail.com wrote:
 The standards based Jain SIP stack has been used successfully on
 Android (in a simple chat example). Jain SIP supports the Subscribe/
 Notify SIP messages where Notify can be the push portion of the
 interchange.  I don't know how the IP connection issues mentioned in
 this thread are resolved (or not).  Does anybody have experience with
 this?

 On Oct 19, 4:47 am, Miguel Paraz mpa...@gmail.com wrote:

  On Oct 19, 12:34 am, Rafael Sanches ra...@users.sourceforge.net
  wrote:

   This is not push, but if you want real time you could try:
   - to use a comet technique. Where you connect to the 80 port of your
   server and keep the connection open while listening to its stream.
   - create a XMPP connection

  Hi,
  I have tried the Jetty Bayeux client code on Android. I just used it
  for some tests, not production, and it was fine in my limited use.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---