반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- toeice-mail
- 영어메일
- 국제유가
- ruby
- 안드로이드
- Python
- 셀트리온
- 파이썬
- android
- 네마녀의날
- 금리인상
- 트럼프
- 어학·외국어
- dataframe
- 다우산업
- 화승엔터프라이즈
- 무역전쟁
- 시황
- Java
- S&P
- e-mailwriting
- 주식시황
- 다우
- Intent
- englishwriting
- LG전자
- 영어메일쓰기
- 사드보복완화
- 토익이메일
- 나스닥
Archives
- Today
- Total
목록안드로이드 (6)
Developer MJ Story
[Andorid/Intent] Intent로 Android check box 주소록 call 하고 선택한 주소 return 받기
Android phone 내에 저장되어 있는 주소는 주소록 DB에 직접 query를 날려 알오는 방법이 있지만, 매우~~~ 귀찮은 방법이고, 코드이도 상당간단하게 intent로 android phone에 저장 되어있는 주소록을 call 할 수 있음 Source Code private static final int Select_Multi_Contact = 1; Intent intent = new Intent("com.android.contacts.action.MULTI_TAB_CONTENTS"); intent.setType(Phone.CONTENT_TYPE); intent.putExtra("com.android.contacts.extra.FUNC_CODE", "getRecipient"); intent.pu..
Software/Android
2014. 6. 9. 11:54