반응형
url 이 있을 경우
android app 에서 해당 url 을 띄우는 방법
String srchString = "개발인생";
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com/search?q="+srchString));
startActivity(browserIntent);
이렇게 하면 핸드폰의 기본 웹 브라우저로 구글검색이 된 페이지가 나올겁니다.
728x90
반응형
'Android' 카테고리의 다른 글
[Android] Custom Dialog 만들기 (3) | 2020.02.15 |
---|---|
[Android] TextView 에 UnderLine 표시하기. 밑줄 (0) | 2020.02.12 |
[Android] Clipboard 에 복사하기 (0) | 2020.02.12 |
[안드로이드] youtube 링크 열기 (2) | 2019.12.28 |
[Android] 화면 세로 고정 (0) | 2019.12.09 |
댓글