I am sort of a beginner in android and I want to create a sort of 'board game'. This board game need a... well... board, and I know it's gonna be bigger than the screen in some device. So, any way to 'move around' the map/board in a way a bit like how google maps is able to move around? I know I can't put a HorizontalScrollView in a VerticalScrollView from my research or anything like that, because it doesn't allow diagonal scrolling and bugs out some times...
Thanks in advance!
EDIT: Funny how Google never shows the good answers... And why does he make MotionEvent.ACTION_DOWN do nothing?