
快速开发
taoyixun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Activity管理器
使用ActivityCollector来管理所有Activity public class ActivityCollector { /** * 内部类实现单例模式 * 延迟加载,减少内存开销 * * @author xutao */ private static class ActivityHolder { pri原创 2016-05-23 15:03:37 · 527 阅读 · 0 评论 -
自定义圆环进度
<com.taoyixun.ringviewlib.RingView android:layout_width="300dp" android:layout_height="300dp" android:layout_centerInParent="true" app:ringView_background_color="@androi原创 2016-08-29 16:13:58 · 615 阅读 · 0 评论