What do you want to do ?
Do you want to attached the different canvases to a same bitmap or a same view, and if yes why ?
You can add different canvases to a same activity attached to different views.
I'm currently testing a program with 2 Imageviews, each with it's own Canvas, to simulate different layers, playing with transparent background and the visible parameter.
Best regards.