创建使用解析群聊Android应用 [英] Create Group Chat android app using Parse

查看:173
本文介绍了创建使用解析群聊Android应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用解析服务器上创建一个群聊Android应用程序。在这个用户应该能够只例如WhatsApp成员的互动。

I want to create a group chat android app using parse server. In this User should be able to interact with rest of the members just like Whatsapp.

这是用户的数量没有限制?任何一个可以帮我这个?

No limits on the Number of users?Can any one help me with this?

推荐答案

解析的意思是一个应用程序的后端(保存数据),推送通知的解决方案,以及分析解决方案。这些都不是意味着实时对话

Parse is meant to be an app backend (save data), a push notification solution, and an analytics solution. None of these are meant for real time conversations.

查看 XMPP ,这意味着近实时消息。

Check out XMPP, which is meant for near-real-time messaging.

您将需要主机服务器,你可以修改你的需求(实现自定义的功能,实际上的数据包,您的应用将相应的行为来)。

You will need to host a server, which you may modify to your needs (implement custom functions, packets actually, to which your app will behave accordingly).

有很多库提供,如果​​您在Android SDK中开发,我建议拍击库的最后一个稳定版

There are a lot of libraries available, if you develop in android SDK, I recommend the last stable release of the Smack library

这篇关于创建使用解析群聊Android应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆