简体   繁体   中英

Android Development: how to create a basic server for my android app?

I am building android app that connects to an API.

The problem I am running into is the following: the API doesn't let me do more than one request per second, and if I have more than one person doing the search at the same time they might shut down my account.

I am looking how to create a server that is supposed to: 1. control the traffic (whenever needed, wait the necessary time), and 2. simply forward the request.

Any ideas on how to proceed?

您可以从goddady.com获取服务器,并使用页面php和api(如Volley)解析json将应用程序与服务器连接

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM