PopupWindow定时关闭,点击外部或返回键关闭
PopupWindow定时关闭,点击外部或返回键关闭且取消定时任务
PopupWindow定时关闭,点击外部或返回键关闭且取消定时任务
参考AsyncTask源码,依葫芦画瓢的实现一个串行执行的队列
Markdown语法 代码:Markdown语法 # 一级标题 # ## 二级标题 (带下划线) ## ### 三级标题 ### **加粗** *斜体* - 分类 - 无序 `带背景` 1. 分类1 2. 分类2 [链接](http://launchercher.c
BitmapFactory.decodeStream引起了OutOfMemory. 在decodeStream之前,通过设置options.inJustDecodeBounds = true;让Bitmap实现虚加载。
注册了域名,使用Hexo在github上搭建自己的网站
同步块里面对象锁的细节
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the
实现一个自定义Listener只需要用一个Interface接口。