上一页 1 2 3 4 5 6 ··· 10 下一页
  2020年5月22日
摘要: https://blog.csdn.net/yexiaomodemo/article/details/93003060 https://www.cnblogs.com/toutou/p/debugging.html 阅读全文
posted @ 2020-05-22 14:48 白衣雨果 阅读(495) 评论(0) 推荐(0) 编辑
  2019年12月9日
摘要: /** * 判断当前view是否在屏幕可见 */public static boolean getLocalVisibleRect(Context context, View view, int offsetY) { Point p = new Point(); ((Activity) contex 阅读全文
posted @ 2019-12-09 15:26 白衣雨果 阅读(9252) 评论(0) 推荐(0) 编辑
  2019年12月5日
摘要: https://www.jianshu.com/p/b91ac97930db https://github.com/aesion/SnapUpCountDownTimerView 阅读全文
posted @ 2019-12-05 14:40 白衣雨果 阅读(414) 评论(0) 推荐(0) 编辑
  2019年11月21日
摘要: https://github.com/getActivity/ToastUtils PS:release版本注意加上混淆规则 阅读全文
posted @ 2019-11-21 16:31 白衣雨果 阅读(482) 评论(0) 推荐(0) 编辑
  2019年8月13日
摘要: /** * 添加直播组件 */ @SuppressLint("JavascriptInterface") private void addPlayerLive(final SubjectActivityModule.SubjectActivityBean bean) { playerLiveBean = bean.getPlayerLive(... 阅读全文
posted @ 2019-08-13 10:27 白衣雨果 阅读(1574) 评论(0) 推荐(0) 编辑
  2019年6月29日
摘要: @Override public void onTrimMemory(int level) { super.onTrimMemory(level); switch (level){ case TRIM_MEMORY_COMPLETE://应用程序不可见-内存低-位于LRU底部-80-应用程序可能会被杀死 ... 阅读全文
posted @ 2019-06-29 11:47 白衣雨果 阅读(591) 评论(0) 推荐(0) 编辑
  2019年6月10日
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-06-10 16:43 白衣雨果 阅读(5) 评论(0) 推荐(0) 编辑
  2019年5月23日
摘要: https://github.com/angcyo https://github.com/angcyo/UIKit https://github.com/angcyo/RHttpServer https://github.com/angcyo/RLib https://github.com/angc 阅读全文
posted @ 2019-05-23 10:43 白衣雨果 阅读(275) 评论(1) 推荐(0) 编辑
  2019年4月27日
摘要: https://github.com/venshine/WheelView 阅读全文
posted @ 2019-04-27 00:42 白衣雨果 阅读(1157) 评论(0) 推荐(0) 编辑
  2019年4月5日
摘要: public class MyCanvas extends View{ private Canvas myCanvas; private Paint myPaint=new Paint(); public MyCanvas(Context context) { super(context); // 阅读全文
posted @ 2019-04-05 12:01 白衣雨果 阅读(1144) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页