I am new to Android SDK/API environment. It\'s the first I am trying to draw a plot/chart. I tried running different kinds of sample codes the emulator using 3 different fre
First read the warning. It says more load on main thread. So what you have to do is just run functions with more work in a thread.