개발 이야기 (9) 썸네일형 리스트형 [Android]Glide로 이미지 불러오기 Gradle Dependency추가 implementation 'com.github.bumptech.glide:glide:4.11.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' 대부분 아시겠지만 Gradle을 변경하면 Sync를 꼭 해줘야 합니다. 모든라이브러리 공통사항이에요. Dependency추가하고 Sync를 해줘야 Glide입력하고 Alt + Enter를 눌렀을 때 Import class를 할 수 있습니다. 이미지를 담을 뷰 생성 drawable폴더안에 이미지를 넣어주세요. 이미지파일의 이름에는 대문자가 들어가면 에러가 난답니다. ImageView example=findViewById(R.id.example); Glide.w.. 이전 1 2 다음