티스토리 뷰
String URL = http://www.tistory.com;
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse(URL));
startActivity(intent);
[작성자] devbible.tistory.com
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse(URL));
startActivity(intent);
[작성자] devbible.tistory.com
'Development' 카테고리의 다른 글
[Android] global로 놀자. string.xml 언어설정법 (0) | 2010.10.06 |
---|---|
[Android] 이미지가 마우스 따라다니게 하기 예제 (1) | 2010.09.02 |
[Android] PowerManager 의 이용 (0) | 2010.08.27 |
[Android] code 상에서 margin 등 기타 Layout 조절 (0) | 2010.08.25 |
[Android] 화면전환 호출과 데이터 복구 (1) | 2010.08.20 |
댓글
최근에 올라온 글
글 보관함
- Total
- Today
- Yesterday