-
0531 build관련 리스트뷰program_language 및 궁금한것/Android Studio 2018. 5. 31. 13:15
곰스팩토리의 glide 라이브러리를 참고하라
https://github.com/bumptech/glide
glide를 다운받기
implementation 'com.github.bumptech.glide:glide:4.7.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
이 코드를 build- dependencies에 넣기.
이미지 주소는 인터넷 이미지 오른쪽 버튼 클릭후 주소를 복사하는 것이다.
상단에 창띄우는건 gca라고 한다.
--------------------------------개인공부
Context context는 Activity이름.this와 같다고 생각하면 된다.
http://aileen93.tistory.com/6 참고
반응형'program_language 및 궁금한것 > Android Studio' 카테고리의 다른 글
한글만, 영어만, edittext에 넣기 (0) 2018.06.03 안드로이드 스튜디오 split 문자나눠 배열 넣기 (0) 2018.06.03 custom listview (0) 2018.05.29 Intent기능중 putExtra (0) 2018.05.29 ListView (0) 2018.05.25