本文介绍了如何在执行中的Android某些动画播放声音的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我提出的应用,该应用不某些处理5秒钟,然后给予的结果。
那段时间我想申请一些动画
并播放一些声音,以避免用户闲置看发生了什么。
I am making an App which does certain processing for 5 seconds and then giving a result.During that time I want to apply some Animation
and play some sound to avoid user to sit idle watching whats happening.
我已经申请了动画
以及需要如何发挥声音那个特定的时间一定的帮助。
我有5秒钟一个声音文件。
I have applied the Animation
and need some help in how to play sound for that particular time.I have one sound file for 5 seconds.
任何想法都非常欢迎。
推荐答案
尝试阅读的文档:
此处理操作系统上播放声音。
This handles playing sounds on the OS.
这篇关于如何在执行中的Android某些动画播放声音的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!