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.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I want to show in my app, how many users are online. I tried to find solutions but the solutions that i found is generally in web, i have mobile app and i want to show how many users are online. Can someone please help?
From the firebase documentation. Firebase has the functionality to monitor presence in the application. RTDB supports it natively, but Firestore leverages other services to implement it.
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.
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 have followed the steps here and tried to implement mobile engagement of Azure. Now I want to send notification the device. I can't find how to do it.
I have tried a lot. And also I tried to create Announcements in the REACH tab but still I did not go any notification. Now I am in the middle of the situation, that neither I know, if my could has some fault or I have not yet sent the notification correctly from the portal.
Please help me.
thanks in anticipation.
You should resume the getting started tutorial from this point: https://learn.microsoft.com/en-us/azure/mobile-engagement/mobile-engagement-android-get-started#enable-push-notifications-and-in-app-messaging and make sure you follow the GCM steps as well.
If you are still stuck after that, please edit your question to be more specific.
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 want live update of data in android. I have seen Socket.io which can work in that way in react. I want to know how to use it in android exactly? And is it efficient way to do live update in android native app?
Are you perhaps talking about something like Google Firebase? It's a realtime database... and it works on Android... but it also works on much more than 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'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.