Home > Mobile >  How to use the cloud server as data background Android development?
How to use the cloud server as data background Android development?

Time:01-15

I want to make an APP which a function is similar to QQ, chat WeChat that appearance, want to use the server as his background, apply now for a cloud server, configure the MySQL, I don't understand the
1, what you need to use the tools, AnZhuoDuan I am using eclipse, server programming?
2, how to use good programming after server programming, such as android the apk can be downloaded to mobile phone use, the server program should be placed where?
3, how AnZhuoDuan and database connection, particular way is?
These things in what the book has a detailed introduction, or have the detailed process, recommended, or is there any detailed post to recommend, thank you for your attention

CodePudding user response:

In 9102, also use eclipse

CodePudding user response:

Use the idea in the local or eclipse write the back-end code, deployment of the server, the background is not strong, it is recommended to use third party push,

CodePudding user response:

I think you don't need to build their own back-end environment, direct use of bmob. Cn such services went, API call others can add or remove data, may also directly in background operation cloud database, such as bmob himself is responsible for the care business logic went, concentrate the energy on the app

CodePudding user response:

I think the first thing you'll use android studio

CodePudding user response:

1. The server-side programming and has nothing to do with what tools, depends on what language you are familiar with, Java, PHP or js
2. Server-side programming and need to be uploaded to the server, server needs to have the corresponding operation environment, in order to run,
3. AnZhuoDuan is generally not direct and database, the client need to interact with the database by the server end, the data exchange among general use json
Ultimately depends on what language you are familiar with, familiar with the language would be easier to do,

CodePudding user response:

TCP network connection app and backend database for data storage

CodePudding user response:

1, apk download directly in nginx play a good
2, the apk to connect to the database, the middle should set up a background, through the background to handle the business logic, and then the corresponding data issued apk
3, recommended article: https://blog.csdn.net/qq_35350654/article/details/82813389

CodePudding user response:

Blogger, you done? Without direct connection, Android is how database connected with you, I want to know,
  • Related