klinker24 / talon-for-twitter-android

The most powerful and beautiful Twitter client available.
https://klinkerapps.com/talon-overview
1.19k stars 183 forks source link

How do you load all Url image in one Imageview #120

Closed anonym2 closed 5 years ago

anonym2 commented 5 years ago

Hi I dont understand how do you load all image inside only one Imageview , can you explain me how you do that ?

klinker24 commented 5 years ago

This function is used to combine a list of up to 4 Bitmaps:

https://github.com/klinker24/talon-for-twitter-android/blob/master/app/src/main/java/com/klinker/android/twitter_l/utils/ImageUtils.java#L353

anonym2 commented 5 years ago

Excuse me I talked about the image who are from the TimeLineCursorAdapter ho do you retrieve the list of users's image inside one imageview , image come from String where do you convert them into bitmap ?