이미지 터치 버튼을 만든후에 그버튼을 누르면 다른 화면이 나오게 하고 싶은데요.
어떻게 하는지 모르겟어요 ㅠㅠ 초짜라 아무것도 모르겟네요 가르켜주세요 고수님들 ㅠㅠㅠㅠㅠ
일단 이 게시판이 아니구요
http://developer.android.com/training/basics/firstapp/starting-activity.html
이거 보세요
intent <- 구글링 ㄱㄱ
Intent intent = new Intent(지금클래스this, 이동하려는클래스.class);
startActivity(intent);
로그인 유지
일단 이 게시판이 아니구요
http://developer.android.com/training/basics/firstapp/starting-activity.html
이거 보세요