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 load all images in one Imageview ( More Details ) #121

Closed anonym2 closed 5 years ago

anonym2 commented 5 years ago

Screenshot_20190524-010302 1

In the TimeLineCursorAdapter you loaad all images a post has inside one imageview , how do you do that please I dont understand how its possible

klinker24 commented 5 years ago

I am closing this as a duplicate. I already answered your question.

The function that I linked you to combines multiple bitmaps into one. You can follow it backwards to find how it is used on the timeline to combines the images into a single image view.