要求:
http://someserver?lat=xxx&lng=yyy
)。这只需要两个活动(MainActivity和MapActivity)。
我如何在android上解决这个任务? 我的方法是:
Location location
创建单身用户。 LocationListener
并通过onLocationChanged回调中的requestLocationUpdates
设置User.getInstance()。location。 service.getData(User.getInstance().location.getLatitude(), User.getInstance().location.getLongitude, callback)
(例如:https://stackoverflow.com/a/6242292/2568343)我的问题:
Runnable
是否可以选择间隔提取/从服务器发送数据?