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
My question is, is there a way to do the same thing with CanvasView?
Thanks
B4X:
FabView.drawImage(AddText.Left, AddText.Top - FabView.Top,AddText.Width, AddText.Height, bmp)
Thanks