Bundle kBundle = $intent.getExtras(); IteratorkIterator = kBundle.keySet().iterator(); while (kIterator.hasNext()) { String kKey = kIterator.next(); String kValue = kBundle.get(kKey).toString(); Log.w("#####", kKey + " : " + kValue); }
'프로그래밍 > android' 카테고리의 다른 글
[android] Unable to build: the file dx.jar was not loaded from the SDK folder! (0) | 2012.11.28 |
---|---|
[android] ArrayList sort (0) | 2012.11.28 |
[android] Bundle의 extras 출력하기 (0) | 2012.11.22 |
[android] Unable to start service Intent { act=com.google.android.c2dm.intent.REGISTRATION}: not found (0) | 2012.11.14 |
[android] 폰의 갤러리에 사진 추가하기 (0) | 2012.11.12 |
[android] 기본 음악 앱으로 음악 재생 시키기 (0) | 2012.11.08 |
댓글을 달아 주세요