I tried to grasp this problem for 3 days now. I'm quite inexperienced in programming and would be glad to get some insight by you people:
I want to draw a circle on a "map"/space and when I drag that map, the circle moves the distance traveled by the cursor. However, the circle should not jump to the cursors position or do any jump at all. It should start from its last position, thus moving relative to the cursor/mouse/finger.
I want to get this whole thing running on my android phone (HTC One X). Here's the code I managed to produce so far: