Android code sample: thread animation Custom View Custom view to draw bitmap along path, calculate in background thread Last post show a example of " Custom view to draw bitmap along path ", with calculation run inside onDraw(). It's m…
animation Custom View Custom view to draw bitmap along path Refer to my old exercise " Animation of moving bitmap along path ", the bitmap and path are hard-coded inside custom vi…