How to do animations in Android chess game

Posted by fhucho on Stack Overflow See other posts from Stack Overflow or by fhucho
Published on 2010-03-13T14:49:05Z Indexed on 2010/03/13 14:55 UTC
Read the original article Hit count: 285

Filed under:

I'm developing chess game for Android (androidchess.appspot.com). If I want to add animations, should I use custom View extending Canvas (I do this now), or custom View extending SurfaceView?

© Stack Overflow or respective owner

Related posts about android