标签: android multithreading android-thread
在android下,我可以运行下面的代码:
Plot3D[{u*x, 0}, {u, 0.2, 2}, {x, 0.2, 2}, AxesLabel -> {u, x}, Mesh -> 30, PlotStyle -> {Blue, GrayLevel[0.98]}, PerformanceGoal -> "Quality", ClippingStyle -> None]
来自后台线程(不是来自主ui线程)?