I\'m looking for help developing (or a library) which can allow me to merge together multiple images into one imageview.
My application is grouping together interact
You should overlap bitmaps onto another bitmap. A first approach are this:
Merge bitmaps
You can play with matrix and orders and sizes for a complex UI.