android經常使用的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");html     //Uri uri
相關文章
相關標籤/搜索