GitHub
bumptech/glide
An image loading and caching library for Android focused on smooth scrolling - bumptech/glide
github.com
Download & SetUp
bumptech.github.io/glide/doc/download-setup.html
Glide v4 : Download & Setup
Android SDK Requirements Minimum SDK Version - Glide requires a minimum SDK version of 14 (Ice Cream Sandwich) or higher. Compile SDK Version - Glide must be compiled against SDK version 27 (Oreo MR1) or higher. Support Library Version - Glide uses support
bumptech.github.io
* compile → implementation
Basic Usage
* Image url requires Internet Permission.
<uses-permission android:name="android.permission.INTERNET" />
'안드로이드 > 앱 개발' 카테고리의 다른 글
statusBar 색상, 텍스트 색상 변경 (0) | 2020.12.13 |
---|---|
BottomNavigationView + TabLayout + ViewPager2 모두 이용해서 화면 만들기 (Kotlin) (0) | 2020.12.12 |
TabLayout (0) | 2020.12.12 |
BottomNavigationView, Fragment (0) | 2020.12.11 |
UI 디자인 참고자료 (0) | 2020.12.11 |