Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用线条绘制字母 A ,如果我给出了绘制 A 的界限,它将显示完整的 A ,但我想逐条显示每一行,在绘制下一行之间有一些时间延迟。
告诉我这个想法。
提前致谢。
使用动画,您可以获得所需的输出。当第一个动画结束时,下一个开始,依此类推。 http://developer.android.com/reference/android/view/animation/Animation.html
使用TimerandTimerTask具有固定的延迟。
Timer
TimerTask