Uri uri = Uri.parse("http://www.naver.com");
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(intent);'개발 > Android' 카테고리의 다른 글
| 버튼 텍스트 소문자로 보이게하기 (0) | 2022.02.24 |
|---|---|
| 가로 세로 화면 크기 가져오기 (getRealSize() deprecated) (1) | 2022.02.22 |
| dp px 변환 (0) | 2022.02.19 |
| dp (0) | 2022.02.14 |
| ActionBar 제거 (0) | 2022.02.13 |