In the previous tutorial on ListViews with images we've only looked at examples where the entire adapter item is an ImageView
. The approach still applies if one or more ImageView
s are only a (small) part of the adapter item. Your getView()
code will look a little different, but the loading of the Glide item would be identical. Let's work through it!
Don't forget to check out our other Glide tutorials: