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 am developing an android app, it is a social media app with many features. One of the features is a private messaging between users. What is the best way to do it.
Note: I'm using PHP for the backend of the app.
There are many ways you can Achieve it
You should take a look at Firebase Cloud Messaging (FCM)
It would help you create a Real time Chat Feature between a Single User and Multiple User
Also with Firebase Storage Capability you can also provide feature like Uploading Pictures and Videos
Related
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 4 years ago.
Improve this question
What are the steps should I follow to create Real-time Multiplayer Quiz App? I created an Application in which users get registered with my app and information of users are saved inside the app server. But I am not able to create the connection between two or more users to create an Online real-time Quiz environment.
First of all, you should learn Firebase. From that you can now easily use Realtime database, that will be super helpful in your application. And you can store user details too in Firebase Database.
As I've done here:
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 8 years ago.
Improve this question
I have similar questions but not really answered.
Is there a way my customers on our website can send a private facebook message from my website to my personal facebook profile?
See the Facebook API docs:
You can integrate Facebook Chat into your Web-based, desktop, or mobile instant messaging products. Your instant messaging client connects to Facebook Chat via the Jabber/XMPP service.
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 8 years ago.
Improve this question
Can some one tell me a best way to create a real time chat apps like facebook. which work on any browser and also mobile device like facebook ?
Try reading into the XMPP protocol. You can implement this protocol on different platforms.
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
So there are websites that use dynamic web pages and use PHP for this. Also websites need to use SQL to run information in their server databases.
How would an iOS app do this? Through the same type of programming (PHP&SQL)?
I'm a student only looking to learn. Thanks!
This should get you started - https://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Getting%20Started
And once you have had a look around in the above link, have a read of this https://developer.apple.com/technologies/ios/
Lastly if you want to really go creative and social check out the iOS SDK for Facebook and start making cool apps - https://developers.facebook.com/docs/ios/ios-sdk-tutorial/
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 8 years ago.
Improve this question
i develop a php-site with user-accounts. to register easier i want to offer the user to (alternativly) log in via they´re google-account (like here on stackoverflow).
how to connect the google-account with my site?
Sign in with Google account using OAuth2.0 which is clearly explained
http://www.idiotminds.com/sign-in-with-google-account-using-oauth2-0/
A system to quick login with Google account using OpenID authentication: http://www.9lessons.info/2011/07/login-with-google-account.html
While not really covering Google auth, I've found this article very useful when building openid authentication for my website.
http://www.plaxo.com/api/openid_recipe