Home > Mobile >  How to realize the android client and server interaction
How to realize the android client and server interaction

Time:10-22

Design work, let the client and server interaction to log into the software, this part of the learning is not good, ask Daniel counsel

CodePudding user response:

Have a special design team, you pay them

CodePudding user response:

The client via HTTP request to the server with JSP development environment to build the background data in json format returned to the client, the android client via HTTP request data parsing, displayed in the interface

CodePudding user response:

There are three ways, H5, app, the app embedded H5. H5 is very simple, the client application can be realized through HTTP interactions, the app is via TCP client application implementation,
  • Related