I want to develop an App which is just like snap chat,to send video files to friend.Is there any third party API to do this.What are the possible ways?
Asked
Active
Viewed 99 times
3 Answers
0
-
Please mention the name of third party API or server – Aarti verma Apr 07 '14 at 11:55
0
Socket is good for transferring files, but i think you cannot transfer large files. And your application will allow lots of unwanted/unauthorized video being transferred between users.
You need to learn about XMPP protocol and Open Fire Server, which are widely used by applications like WhatsApp (not sure what they currently using).
This may help you i think...
Try: Here is the example link to transfer files usind asmack and openfire server http://harryjoy.me/2012/08/18/file-transfer-in-android-with-asmack-and-openfire/
0
You can use sockets but you can also use the PubNut API if you want focus in your app and leave the networking to a third party.
I hope this help you.

aneiser
- 31
- 2
-
This would be better suited as a comment since this doesn't provide a direct answer but just an alternative. – EWit Jun 14 '14 at 19:05
-
-