android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.05k stars 3.01k forks source link

Both layout contains view with same ids, is it required? How i load image URL for my full screen constraintSet. #40

Open krunalshah-insigmainc opened 5 years ago

krunalshah-insigmainc commented 5 years ago

I have 2 constraintSet, one is for orginal and one is for full screen when i click on original view then full screen constraint set will display but currently it displaying empty because i need to load image URL into ImageView. Where can i do this process?

hashlin commented 5 years ago

You have to write it in your code. You can just use image loading library like Glide, Fresco and Picasso.