Agraham
For moving map based on tiles, with rotation capability, there is need for a clipboard bitmap, on which pieces of maps from various tiles are pasted and then the complet bitmap is copied to the form/activity for display.
I couldn't find a way to do it, because the canvas can draw only on a view, and if I use a view then I cannot copy the view's bitmap (rect to rect with rotation) to the activity, because the view has no bitmap (at least as it defined now).
In c# I would say - Graphics to draw on a bitmap.
If you do see a way - please show it.
thanks.