简体   繁体   中英

Are there any 3rd party chatting apps available for android,BB and iPhone?

I have a client who has a requirement for a chatting app. This app should make communication possible on Android and Blackberry.

Wonder if this is technically feasible? If yes then how? Any clue?

查看WhatsApp-您可以发送文本,图片等。

Yes, all you need is a chat server and clients on both mobile devices that utilize the server. All these frameworks support web services, so its quite easy to create a web-service to handle this on the server for you.

You can probably skip the server and let them talk directly to each other.

If you are looking for a technique to build three apps that can chat with each other regardless of phone OS this surely can be done.

You need to look for a chatting standard that is covered with libraries for all the three systems. I would look into Jabber/XMPP. It is the most commonly used open standard for submitting messages and at least for Android there is the Smack library that will run on Android and give you all the necessary functionality. I don't know which libraries can be used on iPhone or BB but there should be something available at least on the iPhone.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM