This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
textView我的代码会定期更改 a 的文本。文本必须在屏幕上显示精确的毫秒数。为此,我检查最后一次onDraw调用该函数的时间并暂停执行(使用parkNanos函数),直到所需的下一次重绘。但是这样做,显示的所有其他视图都被禁用。我试过postDelayed了,但不够准确,因为setText调用和onDraw调用之间有几毫秒的间隔。