Custom view to draw bitmap along path, calculate in background thread Dankers August 10, 2016 Last post show a example of " Custom view to draw bitmap along path ", with calculation run inside onDraw(). It's modified ver... Read more »
Android example of using Thread and Handler Dankers May 28, 2016 This example show how to run code in background using Thread, and also show passing data from activity to thread by calling method of thread... Read more »