[Android Intent Useage] 안드로이드 Intent 사용 방법


[Android Intent Useage] 안드로이드 Intent 사용 방법

//show webapp: Uri uri = Uri.parse("http://www.google.com"); Intent it = new Intent(Intent.ACTION_VIEW,uri); startActivity(it); //show maps: Uri uri = Uri.parse("geo:38.899533,-77.036476"); Intent i..

[Android Intent Useage] 안드로이드 Intent 사용 방법에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : [Android Intent Useage] 안드로이드 Intent 사용 방법