반응형
250x250
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
- 프로그래머스
- 알고리즘
- 안드로이드스튜디오
- 자바스크립트
- 대전맛집
- html
- 타입스크립트
- 어은동맛집
- 위상정렬
- 백준
- 우선순위큐
- 카이스트맛집
- BFS
- 몰입캠프
- 리사이클러뷰
- 자바
- glfw
- 몰입캠프후기
- 프래그먼트
- DP
- 컴퓨터그래픽스
- nodeJS
- 카이스트
- MySQL
- 후기
- node.js
- 앱개발
- 분리집합
- 궁동
- computergraphics
Archives
- Today
- Total
목록이미지뷰 (1)
소근소근
휴대폰 주소록 사진 불러오기(비트맵Bitmap, ImageView) [AndroidStudio-JAVA]
지난번 업로드에서 휴대폰에서 주소록(이름, 번호) 불러오기에서 사진까지 가져오는 것을 추가했다. MainActivity의 onCreate함수에서 contentResolver로 이미지를 불러올 수 있다. ArrayList numbook = new ArrayList(); ArrayList namebook = new ArrayList(); ArrayList photobook = new ArrayList(); //MainActivity 클래스 내부 변수 protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); //bring the phone..
AndroidStudio
2021. 7. 5. 13:13