How to combine multiple image in single image in android?

Hello Sir,
I have Sandwiches images. I have all small pieces of Sandwiches images. I need to minus some parts of the Sandwiches. That means I need to create custom Sandwiches.

I don’t know How to create custom Sandwiches?

Please help me…

Maybe you need something like Image Sprites

Use canvas …

combine the 2 images, then export the canvas view

I want to make burger from small prices of images. I have Bacon,latus,so. From these items i want make burger.
I have checkboxes. If i select Bacon, it set on specific position.

How can i do it?

      I want to make burger from small prices of images. I have Bacon,latus,so. From these items i want make burger.

I have checkboxes. If i select Bacon, it set on specific position.

How can i do it?