인텐트 객체 만들때 보통 Intent intent = new Intent(this, 클래스명.class); 이러던데
내가 보는 책에서는 Intent intent = new Intent(getApplicationContext(), 클래스명.class); 일케 적혀있음
둘이 같은거임? 플밍 허접이라 도움좀 ㅠㅠ
인텐트 객체 만들때 보통 Intent intent = new Intent(this, 클래스명.class); 이러던데
내가 보는 책에서는 Intent intent = new Intent(getApplicationContext(), 클래스명.class); 일케 적혀있음
둘이 같은거임? 플밍 허접이라 도움좀 ㅠㅠ
this는 getcontext랑 같다
ㄳㄳ