android chat application best option [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to build an android chat application, I'm searching for the API that suits my needs the most.
I was thinking about using a combination of parse and sinch for that but the problem is sinch doesn't support media sharing, so I thought about using just parse to handle the ims and sinch for video and audio calls, my question is will parse allow me to share files such as images, videos etc?
If not, than is Quickblox a better option? The problem with Quickblox is that it doesn't have a rich documentation like Parse and Sinch which is why I'm abstaing away from it.

I don't know about Quickblox. But by using Parse.com you can share (save) files Images/Videos/documents .... too up to 10 megabytes each file
check this link

Related

How to create a Server [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to create a server that can be between among a few thousand people and can play there 1v1. like quiz up app
I've read Android documents but it does not seem to explain it.
Building Apps with Connectivity & the Cloud
I'm so confused about the servers and all kind of this
need Help!
i will mark this correct for those who can answer thanks
John
For creating server you have to use any backend language like PHP will be very comfortable for beginners.
You can refer php MySQL connection with Android using volley or any Http connection in Android.
You can refer to www.androidhive.com and search for above for better understanding.

What is The logic behind chatting android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm beginner android programmer
I am going to start project of chatting android app but seems different from what I know but I've tried to search questions that have been asked they only give codes to copy paste, my question is what do I need to know additionally to create android chatting app ? Give me the topics no code that will be my job to do , thank you
Firebase or Google Cloud Messaging, Starting with Firebase is a good idea. You need to know to make http resquests "Communications" with server side.

Sinch, Parse: How to send pictures with my chat app using Parse? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm working on an instant messaging app with Sinch and Parse integrated in it.
I wanted to ask if I can add function to send pictures using these two services. And if not with these two, than is there any other way, maybe any other service which can combine with Sinch and Parse and let me send pictures?
Sinch is not supporting any attachments at the moment.
that a shame cause their Video service(beta) is great.
I can recommend you to use Layer which support sending images.
We had some issues with the integration at first (iOS and Android as well)
but after all is setup, it works great.

Live audio-video streaming to server, using network internet (not wi-fi) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to create Android app, that will enable users to stream in real time audio and video from their phone to specified server. In addition, that server should save such recording to some file, to view it latter, but now it's not so important.
My question is: are there any simple or well documented ways of streaming video to remote server (not via wi-fi, I guess it can be important info)
I'm not sure how well Android handles WebRTC currently but I recommend you check it out! It uses Web-Protocols alongside Javascript/HTML5 components to stream-video/audio in real-time via the web-browser. I use it in 2 of my projects for similar applications. The only thing that differentiates is that you are wanting to store the video on your server.I'm guessing would also be possible but I haven't tried it! You can find all the documentation here.

Live tv channel streaming api [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
There are a lot of live tv apps available in Android market.I also want to make such an application. But I don't know from where I will get the api for live tv streaming. YouTube provides a few number of channels as live. There is no Malayalam and Hindi channels. But I want these types of channels also.
Is there any solution to this problem? Please provide me some help.I have searched a lot but didn't get any solution.
I have another doubt can we implement a server for live channel broadcast and if so how?

Categories

Resources