上一页 1 2 3 4 5 6 7 ··· 28 下一页
摘要: https://github.com/Coding/Coding-android 阅读全文
posted @ 2018-05-07 11:46 wikiki 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 在做小程序的时候遇到在text标签里面的文本过长,需要限制显示长度,并且在限制了长度的后面加上省略号代表后面还有内容。 这时候设置样式: .note_item text{ display: -webkit-box; font-size:28rpx; color:#000000; line-heigh 阅读全文
posted @ 2018-03-29 22:54 wikiki 阅读(993) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hitlion2008/article/details/7983449 阅读全文
posted @ 2018-02-27 16:24 wikiki 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 65525 方法限制 dependencies { compile 'com.android.support:multidex:1.0.0' } @Override protected void attachBaseContext(Context base) { super.attachBaseContext(base); MultiDex.install(t... 阅读全文
posted @ 2017-09-26 17:42 wikiki 阅读(77) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/allenwells/article/details/45582545#t0 阅读全文
posted @ 2017-09-06 15:44 wikiki 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 下边两个问题,是在开发中碰到的一些关于Fragment的偶发性的问题,今天时间比较多,就在网上搜了一些解决方式: 1、关于Fragment(XXFragment) not attached to Activity 异常。出现该异常,是因为Fragment的还没有Attach到Activity时,调用了如getResource()等,需要上下文Content的函数。解决方法,就是等将调用的代码写在... 阅读全文
posted @ 2017-08-31 17:17 wikiki 阅读(102) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/cheyiliu/article/details/45459353 http://www.bubuko.com/infodetail-781200.html http://blog.csdn.net/cheyiliu/article/details/4491 阅读全文
posted @ 2017-08-25 10:00 wikiki 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 一、使用的是Fresco的三方库官网文档:https://www.fresco-cn.org/docs/progress-bars.html二、支持播放GIF这里只是介绍支持播放GIF的功能,所以步骤也都是GIF的步骤1.引入Fresco为了支持获取GIF播放一遍的时长,就要引入0.13.0以后的版 阅读全文
posted @ 2017-08-24 16:55 wikiki 阅读(417) 评论(0) 推荐(0) 编辑
摘要: http://www.2cto.com/kf/201609/546195.html https://www.zhihu.com/question/20467503 http://blog.csdn.net/umitor/article/details/8622841 http://blog.csdn 阅读全文
posted @ 2017-08-24 16:42 wikiki 阅读(139) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lyf_007217/article/details/8424015 阅读全文
posted @ 2017-08-24 16:40 wikiki 阅读(80) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 28 下一页