Question

I am newer to Android, but and am attempting to add group chat functionality that would be similar to the GroupMe app. Within GroupMe, a person can make a group, invite friends and all those friends can share content and see the message updates of other members. I have researched Scringo, as it is a free implementation of person to person chat, but the docs on Group chat imply only using 'chat rooms', not personal small group related chats such as in GroupMe.

Is there a possibility of customizing Scringo so that one can enable such 'private', invitation only, group features?

Was it helpful?

Solution

You can use the ScringoCommentButton (http://www.scringo.com/docs/android-guides/popular/setup-chat-rooms-and-forums/#Adhoc) and let only the users you want into that room. You can show this button only to allowed users.

BTW, you can even customize the UI of the button using the XML: scringo_comment_button.xml, inside the Scringo Android Library project

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top