10 2016 档案
摘要:在项目中需要播放一个提示,很短的一个声音,Android中播放声音有两种方式:MediaPlayer和SoundPool。相对来说SoundPool比较轻量级一些,多用在播放比较短急的声音,MediaPlayer则用来播放大段的声音或者音乐。 使用SoundPool比较方便,下面就是一段简单的Sou
阅读全文
摘要:public class TestanroidpicActivity extends Activity { /** Called when the activity is first created. */ Bitmap bp=null; ImageView imageview; ...
阅读全文
摘要:public static void deleteAllFile(){ String path = Environment.getExternalStorageDirectory().getAbsolutePath()+File.separator+"文件夹名称"; deleteFile(new F
阅读全文

浙公网安备 33010602011771号