Hi,
first of all, sorry for my bad English.
I programm a game (similar to bejeweled). There a 5*5 grid with a sprit for each cell.
I use a class wich extends Drawable for each sprite. That's work great.
Now, I try to use Linear Interpolation to move the cell. There some Interpolaction classes in the SDK but they required to use a "View" instead a "Drawable" class.
Is there a way to make easy Interpolation with the Drawable class? maybe should I use a View instead Drawable but I tell me if that's a good way (I tell me a View is not optimized for drawing sprite).
Thanks if you can help.
AndroSeb

