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.
我一直在尝试在 android 中使用帧动画。我可以使用以下命令添加新框架
animation.addFrame(getResources().getDrawable
有没有办法可以刷新所有帧,重新开始。?
要删除所有框架,您可以调用:
android = new AnimationDrawable();
希望这可以帮助。