반응형
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 | 29 | 30 | 31 |
Tags
- 무역전쟁
- 사드보복완화
- englishwriting
- Python
- 화승엔터프라이즈
- 토익이메일
- 다우산업
- 다우
- 셀트리온
- 파이썬
- LG전자
- Intent
- 주식시황
- Java
- ruby
- 영어메일쓰기
- 국제유가
- 안드로이드
- 금리인상
- e-mailwriting
- 시황
- 나스닥
- dataframe
- S&P
- toeice-mail
- android
- 영어메일
- 트럼프
- 네마녀의날
- 어학·외국어
Archives
- Today
- Total
목록android (13)
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