hi,

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

regards
rafael

On Oct 16, 7:43 am, rubeN_vl <rvanluch...@hotmail.com> wrote:
> Hi,
>
> What are the different ways to implement push technology into your
> Android app?
> The client Android app is supposed to receive content (XML Data)
> pushed by the server.
> I've looked around and found out it was possible to achieve it with
> usage off the SOAP protocol.
> But are there some better ways top implement push?
> The main concern in this project is the phones battery life, all off
> it has to happpen over WiFi, pushed content has to be viewable on the
> device immediately.
>
> Thoughts and/or sample code is welcome!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to