问题描述
我想要实现Google这个应用程序之类的东西。
[]
我该怎么办?开始于?
编辑:
我想拥有:
服务器:可以发送动作到一个Android手机:锁定手机,或删除手机的数据,获取GPS信息。
手机:发送GPS信息,执行以上操作。
编辑:
我尝试了一些API客户端服务器:HttpClient但还不够。
因为它需要我的应用程序有运行服务与服务器通信并始终从服务器监听。
我希望服务器可以将动作发送到我的手机并启动应用程序并发回数据
I want to implement something like this app of Google.
https://play.google.com/store/apps/details?id=com.google.android.apps.adm[^]
How should I start with?
I want to have:
Server: can send make an action to an android mobile: lock the phone, or erase mobile's data, get GPS information.
Mobile: send GPS information, excecute these action above.
I have tried some API client-server: HttpClient but it is not enough.
Because it required my app have to run a service to communicate with server and listen from server all the time.
I want server can make an action send to my mobile and start the app and send data back
推荐答案
这篇关于如何实现app客户端服务器android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!