Open bomjin opened 5 years ago
Intent intent 1 = new Intent (getApplicationContext(), ShowMe,class); //연결할 클래스 startActivity(intent1);
name 속성에 새로 만든 클래스 이름의 엑티비티이름을 적는다.
https://github.com/bomjin/Android-Studio-Application-/tree/Intent
intent 클래스 사용법
androidManifest
name 속성에 새로 만든 클래스 이름의 엑티비티이름을 적는다.