{"id":3153,"date":"2020-04-14T20:41:37","date_gmt":"2020-04-14T10:41:37","guid":{"rendered":"https:\/\/learntodroid.com\/?p=3153"},"modified":"2020-04-14T20:41:47","modified_gmt":"2020-04-14T10:41:47","slug":"android-glide-tutorial-with-examples-in-java","status":"publish","type":"post","link":"http:\/\/10.0.0.14:32769\/android-glide-tutorial-with-examples-in-java\/","title":{"rendered":"Android Glide Tutorial with Examples in Java"},"content":{"rendered":"\n

Glide<\/a> is an open source<\/a> library for Android that is best known for making loading images from the internet into an ImageView a breeze. It also offers a cache for loading images to improve the performance and reduce network bandwidth of your Android app.<\/p>\n\n\n\n

In this post I have created a tutorial covering how to set up and use the Glide image loading and caching library.<\/p>\n\n\n\n

I will share code samples throughout this post written in Java also available in the GitHub repository I have created at the link below.<\/p>\n\n\n\n

https:\/\/github.com\/learntodroid\/GlideTutorial<\/a><\/p>\n\n\n\n

How to Download the Dependencies for Glide using Gradle<\/h2>\n\n\n\n

Using Gradle to download the latest dependencies for Glide in your Android project is a simple task.<\/p>\n\n\n\n

Inside the app level build.gradle include the following inside the dependencies section of the file.<\/p>\n\n\n