安卓項目中 一些常見 API接口總結

顯示網頁:          Uri uri = Uri.parse("http://www.google.com");   Intent it = new Intent(Intent.ACTION_VIEW,uri);   startActivity(it); 顯示地圖:   Uri uri = Uri.parse("geo:38.899533,-77.036476");     //Uri u
相關文章
相關標籤/搜索