Closed GoogleCodeExporter closed 9 years ago
In the RI application, we use the notification only for invitation. For
exchanged messages during the chat we use only the chat view. The RI is a very
simple application, so we don't display chat history if we come back to the
view for example.
We have implemented another chat application using the stack (which is not open
source) which implements what you requested here. The goal of this project is
to provide the stack, not to deliver a complete UI, so it's up to you to
implement a better chat application (using notification bar, using chat
history). For a chat history use a ListActivity based on a cursor adaptor which
is linked to the chat database provider.
Original comment by jmauffret@gmail.com
on 12 Aug 2011 at 6:33
Original issue reported on code.google.com by
Anupama....@gmail.com
on 10 Aug 2011 at 2:43