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 3, 8:57 am, Bobbie <[EMAIL PROTECTED]> wrote:
> I am trying to create a web-based chat program.  I would like to setup
> the program so that it can "listen" for changes on a web page.  When
> the user's text is posted it will be written to the page.  Then, when
> a user from the web interface posts it will be posted to that same
> file (this will be taken care of by a session id).  So what I want to
> happen is that my Android program should listen for "changes" in the
> webpage they are posting to.  How would I go about that?
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to