摘要: 在Android中表示一种消息处理机制或者叫消息处理方法,用来循环处理应用程序主线程各种消息,比如UI的更新,按键、触摸消息事件等。 Android应用程序启动时,系统会创建一个主线程,负责与UI组件(widget、view)进行交互,比如控制UI界面界面显示、更新等;分发事件给UI界面处理,比如按 阅读全文
posted @ 2016-03-21 22:28 时间丶 阅读(7793) 评论(0) 推荐(0) 编辑
摘要: 1 public static Vector GetVideoFileName(String fileAbsolutePath) { 2 Vector vecFile = new Vector(); 3 File file = new File(fileAbsolutePath); 4 File[] subFile = file.list... 阅读全文
posted @ 2016-03-21 12:17 时间丶 阅读(375) 评论(0) 推荐(0) 编辑