Home > Mobile >  How to put the data saved to the server database in the APP?
How to put the data saved to the server database in the APP?

Time:09-18

If I need to submit the APP data submitted to the server side, and kept by the server in the database, I need to do is?
I know that can pass between the APP and HTTP post and get to send and receive data, but for now I only have a cloud server with IP, as long as I write directly when link building IP address is good? No domain name?
Then on the server side as long as I write a PHP file that is used to receive data and send data is good? Because the function of the server-side implementation is in order to save the data, to receive part of the request: APP check, add or delete this several functions.
I at present by the fuzzy operation direction, but I don't know the specific how to operate?
Wish you a great god can help to give directions! Thank you!!

CodePudding user response:

You need not web services, provides interfaces to access app, submit data to the server, the server storage

CodePudding user response:

You need a lot of knowledge to complete, one or two other words not clear, a resource for you, you go to download, then study the
http://download.csdn.net/download/s478853630/7213191
It contains an android project and a javaweb project

CodePudding user response:

First, you need a server, and gives you the server interface, then you will need to use httpClient or httpConnect to connect to the Internet, and then put the data in server with respect to OK, but you must be in the same way as service receives the data

CodePudding user response:

You need a server! The server to do a server IP on the server you specified in the in APP needs and service side of the interface to interact as to what is saved to the database server to a (server-side general common language with c #. Net Java, PHP, etc.),

CodePudding user response:

Very good!
Thank you for the

CodePudding user response:

Excuse me, how can achieve the server data store? I'm going to design a based on Android platform sign in software, bother bosses description, thank you

CodePudding user response:

refer to 7th floor weixin_46689145 response:
could you tell me how can realize the server storage data? I was to design a check based on the Android platform software, bother bosses description, thank you


Server, of course, is to use a database to store data, you obtain the data to the users sign in Android end, directly to the backend server, let the backend server to do data analysis and storage
  • Related