Android Question CanvasView vs Fabric View

MrKim

Well-Known Member
Licensed User
Longtime User
CanvasView has more drawing options, but a critical feature for me is to be able to insert bitmaps in a specific location on the canvas which fabric view will do with
B4X:
FabView.drawImage(AddText.Left, AddText.Top - FabView.Top,AddText.Width, AddText.Height, bmp)
My question is, is there a way to do the same thing with CanvasView?

Thanks
 
Top