gw-mobile-15-fall / SeatMe

0 stars 1 forks source link

How to handle online chat? #5

Open hhz1992 opened 9 years ago

hhz1992 commented 9 years ago

In our app, we plans to have a instant messaging function that allow the user who are in one classroom to help people who is looking for a seat here. Is this too complicated for us to achieve this function? Does it have some exist tools that can handle online chat? Or we just change instant messaging into a kind of normal message/email ?

profjared commented 9 years ago

Unfortunately, Parse doesn't have socket communication. But you could use Firebase for chat.

Check out: https://www.firebase.com/docs/android/ https://github.com/firebase/AndroidChat

But it may make sense to start with a simple button that will launch a text message to another user (which is super easy using an Implicit Intent) instead of doing a full chat experience...

[image: logo]

_Jared Alexander_Adjunct Professor jalexander@email.gwu.edu https://www.facebook.com/jaredalexander https://www.linkedin.com/in/jaredalexander https://twitter.com/jaredalexander

On Sat, Sep 19, 2015 at 11:41 PM, Monet notifications@github.com wrote:

In our app, we plans to have a instant messaging function that allow the user who are in one classroom to help people who is looking for a seat here. Is this too complicated for us to achieve this function? Does it have some exist tools that can handle online chat? Or we just change instant messaging into a kind of normal message/email ?

— Reply to this email directly or view it on GitHub https://github.com/gw-mobile-15-fall/SeatMe/issues/5.