case0. Intent.parseUri() (Uri안에 있는 Extra Parsing Type)
Intent.class 참조
case1. class 호출(명시적)
case2. class 호출(암시적)
반드시 Manifest에서 받는 class부분의 intent-filter에서 action을 정의해 주어야함
case3. 특정 url 이동(Web)
반드시 Manifest에서 받는 class부분의 intent-filter에서 action을 정의해 주어야함'Android' 카테고리의 다른 글
[android]EditText without cursor _ EditText에서 커서 제거 (0) | 2014.02.06 |
---|---|
[android]source code에서 투명한 화면 만들기 (0) | 2013.11.06 |
[android]Bitmap 이미지 후광효과(BlurMaskFilter, extractAlpha) (2) | 2013.07.29 |
[android]fragment show(visible) & hide(gone) (0) | 2013.07.22 |
[android]WebView history stack & back (0) | 2013.05.29 |