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 AJAX for thepage. 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 aweb-based chat program.  I would like to setup
> > the program so that it can "listen" for changes on awebpage.  When
> > the user's text is posted it will be written to thepage.  Then, when
> > a user from thewebinterface 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 shouldlistenfor "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