본문 바로가기

안드로이드/앱 개발

Glide

GitHub

github.com/bumptech/glide

 

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" />