Help starting a bobblehead effect?

Posted by Aaron on Stack Overflow See other posts from Stack Overflow or by Aaron
Published on 2010-06-17T04:18:48Z Indexed on 2010/06/17 4:23 UTC
Read the original article Hit count: 225

Filed under:
|
|
|

I have no working code at all, but I'll post my method of display the image I need to bobble.

public void onDraw(Canvas can){

can.drawBitmap(bobbleHead , xpos, ypos, p);

}

I have xpos and ypos declared.

© Stack Overflow or respective owner

Related posts about java

Related posts about android