Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 230 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 230 Bytes

GlideDemo

  1. Glide is use for storing images in cache memory.

  2. You can use Glide in your Appplication.

  3. For that you need to add one dependency inside build.gradel file.

    compile 'com.github.bumptech.glide:glide:3.6.1'