Mobile app Background Beginner

Source: Internet
Author: User
A beginner sees an interface and thinks it's not interface. But here is not, here is a URL,
The app passes the parameters to the URL, and then the URL returns the data to the app, and the app can then provide dynamic data with the server linkage.

For the simplest example, a user logs in.

A web system, the user through the browser to pass the user name password to the Web server, which is what you say backstage, then there is a URL such as called xxx\user\login.action?userid=zhangsan&pwd=123
You can then retrieve the UserID and PWD in the background and then return to the browser for success or not.
The same truth,
Android App Call xxx\user\login.action?userid=zhangsan&pwd=123
You can get both the UserID and the PWD in the background so you can return information to the Android app to tell him whether the login was successful or not.

So the so-called interface, is a URL,

Mobile app Background Beginner

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.