How to create a Server [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 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.

Related

How to make a Notification with different phone? [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
i want to make an application about how to receive Notification from other phone but i don't know how to do it,i'm already search the keyword still didn't have a match with my problem, please can u give me an advice or tell me how i'm gonna do it?thank you
You have to use client-server communication for your requirement.
In that you have to follow step as:
Create server to listen client.
Retrieve notification from device A (as a client).
send data to device B(as a server).
you can refer link for server-client communication
https://www.journaldev.com/741/java-socket-programming-server-client
http://www.coderzheaven.com/2017/05/01/client-server-programming-in-android-send-message-to-the-client-and-back/

How to make webservice for an online marketing application [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 4 years ago.
Improve this question
I am new to Android programming and I want to make an online marketing app, but I have no website as web service for send and receive data in database between server and client. What can I use instead of a website?
Can I use any free API for it? I searched API and checkout below links:
https://moz.com/blog/apis-for-datadriven-marketers
https://www.programmableweb.com/category/marketing/api
https://firebase.google.com/docs/storage/android/start
Maybe you can use Firebase for data store and retrive in realtime: and it's free
https://console.firebase.google.com/u/0/?pli=1
You can create your own database and retrive and store date there.
https://github.com/firebase/quickstart-android
for referance its github example

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.

Database accessible by multiple devices [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'm quiet new to databases and SQLlite in general so I'm sure there's probably an easier way to do this but...
1) How can I store a database online so it is accessable by multiple devices? If this isn't clear, an example of what I'm trying to do can be seen on the Android app "whatsapp". When you update your status(i.e. set it as available or busy), it show's on everyone's device.
2) if this is too complicated to explain on here, can you recommend a tutorial series?
Thanks
Yes you can store your data on your online database but first learn about webservices and how it works. As for tutorial I think this one can give you an idea on how it will work:
http://www.androidhive.info/2012/01/android-login-and-registration-with-php-mysql-and-sqlite/
Also take note that SQLite database are stored locally on your device. :)

Categories

Resources