Two Laptop Bag
The moose likes Android and the fly likes Scrolling and drawing at the same time Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Scrolling and drawing at the same time" Watch "Scrolling and drawing at the same time" New topic
Author

Scrolling and drawing at the same time

Swastik Dey
Ranch Hand

Joined: Jan 08, 2009
Posts: 1237

Is it possible to draw a line and scroll on the canvas at the same time? Let me highlight my requirement bit more. onTouchEvent I am drawing lines based on the retrieved coordinates. Now what I want is if it exceeds the screen dimension a scroll bar appears and I can draw further. Is it possible to handle two events at the same time scroll and draw?


Swastik
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Scrolling and drawing at the same time
 
Similar Threads
Issue regarding Glass Pane
Animation sequence...
creating Image
jpane with scrollpane is not displaying
drawing on a JPanel without erasing the underlying drawings