[android-developers] Re: Listen For Webpage Changes

2008-11-04 Thread Bobbie
That's not what I want to do, I want my program to listen for changes on the webpage that it posted to. Bobbie On Nov 3, 10:31 am, Dan B. [EMAIL PROTECTED] wrote: well, if the entire thing is going to be handled by a webpage anyway, rather than write and app that watches thepage, just use

[android-developers] Re: Listen For Webpage Changes

2008-11-03 Thread Dan B.
well, if the entire thing is going to be handled by a webpage anyway, rather than write and app that watches the page, just use AJAX for the page. If you want it to be app based, you'd be better off writing a chat server, since HTTP has quite a bit of overhead going on in the background. On Nov