2013年9月3日
摘要: 手机定位功能是移动手机开发者非常喜欢研究的内容,单纯的获取经纬度其实是比较简单的,上代码:主activity MainActivity.javapackage com.example.androidforgps;import android.app.Activity;import android.content.Context;import android.location.Criteria;import android.location.Location;import android.location.LocationListener;import android.location.Loca 阅读全文
posted @ 2013-09-03 14:20 矿D泉水 阅读(603) 评论(0) 推荐(0)