Mobile Development Articles

Page 156 of 156

Loading Image using Glide in Android

Chandu yadav
Chandu yadav
Updated on 30-Jul-2019 4K+ Views

Before getting into Glide example, we should know what is glide, Glide is an image processing library developed by muyangmin. Using glide library we can show image, decode images, cache images, animated gifs and many more.This example demonstrate about how to integrate glide in android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code in build.gradle(Module:app).apply plugin: 'com.android.application' android {    compileSdkVersion 28    defaultConfig {       applicationId "com.example.andy.myapplication"       minSdkVersion 15       ...

Read More
Showing 1551–1551 of 1,551 articles
« Prev 1 152 153 154 155 156 Next »
Advertisements