I'd just send a simple HTTP Get Request periodically and process the
response.

URL url = new URL("http://xxxx";);

url.openStream()  //process the stream

Jeff
Visit Trackaroo.com!
Trackmaster - Motorsports Lap Timer
Dynomaster - Performance Dyno

On Jul 21, 2:22 pm, KG <kevinconca...@gmail.com> wrote:
> Hi Everyone,
>
> I want to make a background process/service which will listen for
> updates from a web server and then notify the user of those updates.
> I've done some research into several approaches but can't decide which
> one is simplest/best.
>
> Anyone have any suggestions?
>
> Thanks,
>
> KG

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