Re: [android-developers] Can I make different paths become an object?

2012-06-26 Thread Justin Anderson
Inside the onDraw method I have several paths that draw a shape... You are using several paths to draw a single shape? what I want to know is how can I select the image that the different paths create and move it around the screen. You would need to determine if the user touched inside one

[android-developers] Can I make different paths become an object?

2012-06-25 Thread 0gravity
I have class that extends SurfaceView. Inside the onDraw method I have several paths that draw a shape...what I want to know is how can I select the image that the different paths create and move it around the screen. Is there a way to combining all those path to a single object that I can