kepler Active Member Licensed User Longtime User Jul 16, 2015 #1 Good afternoon, I'm tryng to do a ListView with two bitmaps and two lines. But ListView only allows one bitmap, I think. So I'm trying do make a new bitmap from 2, and use it in Listview as one. Can someone explain me how to draw 2 bitmaps side a side in a new bitmap? Please explain me with a piece of code, if possible. It will be much more easier. Thanks, Regards, Kepler
Good afternoon, I'm tryng to do a ListView with two bitmaps and two lines. But ListView only allows one bitmap, I think. So I'm trying do make a new bitmap from 2, and use it in Listview as one. Can someone explain me how to draw 2 bitmaps side a side in a new bitmap? Please explain me with a piece of code, if possible. It will be much more easier. Thanks, Regards, Kepler
DonManfred Expert Licensed User Longtime User Jul 16, 2015 #2 Get some inspiration here https://www.b4x.com/android/forum/threads/merging-imageviews-bitmaps-into-one.13639/ Upvote 0
Get some inspiration here https://www.b4x.com/android/forum/threads/merging-imageviews-bitmaps-into-one.13639/