摘要: 生成GeoPoint:new GeoPoint((int)(locData.latitude* 1e6), (int)(locData.longitude* 1e6))Done! 阅读全文
posted @ 2014-02-06 20:05 行云有影 阅读(178) 评论(0) 推荐(0)
摘要: 1、使用TimerTask定时开始周期性执行某个动作scheduleAtFixedRate(TimerTask task, long delay, long period)Schedule a task for repeated fixed-rate execution after a specific delay has passed.Parameterstaskthe task to schedule.delayamount of time in milliseconds before first execution.periodamount of time in milliseconds 阅读全文
posted @ 2014-02-06 18:29 行云有影 阅读(455) 评论(0) 推荐(0)