2015년 9월 4일 금요일

안드로이드 스튜디오 - 버튼이벤트 - 웹 페이지 열기

버튼 이벤트

public void OnClick_Login(View v)
{
    Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://m.naver.com"));
    startActivity(intent);

}

댓글 없음:

댓글 쓰기