本文介绍了如何做Android的“忙”的动画?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

好像没有被覆盖在书本香港专业教育学院看着。

Doesn't seem to be covered in the books Ive looked at.

推荐答案

在除了其他的答案中描述的进程对话框,您可以:

In addition to the progress dialogs described in the other answers, you can:

  • 添加进度来你的活动,如图所示的
  • 使用进度指示器在活动的标题栏,如图这里
  • 使用一个 RotateAnimation 和自己的自定义图片
  • Add a ProgressBar to your activity, as shown here
  • Use the progress indicator in the title bar of your activity, as shown here
  • Use a RotateAnimation and your own custom image

这篇关于如何做Android的“忙”的动画?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 02:36