1. java file
Intent intent = new Intent(this, 전환할 activity이름.class);
startActivity(intent)
2. manifest
<activity android:name = "페키지명.activity이름" ></activity>
'Computer Science > Android' 카테고리의 다른 글
| android fragment (0) | 2013.11.02 |
|---|---|
| android fragment (0) | 2013.10.30 |
| 서울시 지도 open api (0) | 2013.10.29 |
| Android toast (0) | 2013.10.25 |
| 안드로이드 프로그래밍 정복 ch7 (0) | 2013.10.25 |