tylersuehr7 / chips-input-layout

A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
MIT License
583 stars 63 forks source link

Are there any plans for adding http image support? #13

Closed teusemanuel closed 6 years ago

teusemanuel commented 6 years ago

I would like to use Glide to pull the images from URL's and Firebase. Are there any plans to support this?

Thank you!

tylersuehr7 commented 6 years ago

I didn't really have plans for that, but I can try to incorporate something that will let you use those image loading libraries though!

teusemanuel commented 6 years ago

that would be awesome! Would help me a lot have access to imageView to incorporate image loading libraries

tylersuehr7 commented 6 years ago

The newest build I'm working on for this project will definitely include the ability to use image rendering libraries like Picasso, Glide, or whatnot!!