I want to draw some text on the wallpaper and make it move, but on the wallpaper image. I know how to do it with c.drawColor(int color)
in between the drawing of the moving text, but what can I do when I want to draw on a bitmap for example ? I should be able to use c.setBitmap(Bitmap mBitmap)
, but it doesn't work.
Any ideas ?
Thanks in advance !