个人收集一些实用资料

作者: Ad大成 | 来源:发表于2019-12-11 20:26 被阅读0次

1TextView省略号显示

https://www.cnblogs.com/ldq2016/p/8945193.html

2 TextView设置收起和展开的demo

https://blog.csdn.net/u012088724/article/details/28895821

3 关于Android--ViewTreeObserver介绍

https://blog.csdn.net/hardworkingant/article/details/77408329
https://www.jianshu.com/p/4f68d62c809b

4 关于RecyclerVilew局部刷新性能的优化diffUtils

https://blog.csdn.net/sw950729/article/details/70052693

5 recyclerview侧滑删除的工具ViewDragHelper

https://blog.csdn.net/sw950729/article/details/71404281
https://blog.csdn.net/FeiLaughing/article/details/83036524

6Bitmap的高效使用--BitmapFactory.options

https://www.jianshu.com/p/0b82e255580d

7Dialog的详细使用

https://blog.csdn.net/f552126367/article/details/80497583

8深入了解自定义属性attrs.xml

https://www.jianshu.com/p/05ccc62bebbf

9scorller类的使用

https://blog.csdn.net/guolin_blog/article/details/48719871

10自定义View绘制流程

https://blog.csdn.net/guolin_blog/article/details/16330267
https://www.cnblogs.com/aademeng/articles/6565352.html

11 FadingEdge

https://blog.csdn.net/zhangxichao100/article/details/76572769

12 ViewTreeObserver

https://www.jianshu.com/p/5b026ffc36f1

13 图解MotionEvent中getRawX、getRawY与getX、getY以及View中的getScrollX、getScrollY

https://www.cnblogs.com/virtual-young/p/4578424.html

14 getDimension()、getDimensionPixelSize()和getDimensionPixelOffset()的区别

https://www.jianshu.com/p/282032797637

15 java util 包API

https://www.yiibai.com/java/util/arrays_binarysearch_byte.html

16 Android之AppWidget 开发浅析

17 Observer 观察者和Observable被观察者

https://blog.csdn.net/yangyutong0506/article/details/89882203

18 binder使用跨进程通信

https://www.jianshu.com/p/0fff33c09f34

19Android Gradle manifestPlaceholders 的妙用

https://blog.csdn.net/qq_21793463/article/details/52069127

20 Fragment中懒加载和实时刷新数据setUserVisibleHint和onHiddenChanged详解

https://www.jianshu.com/p/de3d96cb462d

21 优化res资源管理, 使用SourceSets资源分包

https://www.jianshu.com/p/f5a49d54e16e

22 gradle上sourceSets配置&同名文件合并问题

https://www.jianshu.com/p/2e07298e838f

23 android-TableLayout以及TableRow的使用

https://blog.csdn.net/xiayong1/article/details/53780745

24 使用setSystemUiVisibility适配statusbar和navigationbar

https://www.jianshu.com/p/08ff70c15667

25 一些特效

https://www.ctolib.com/article/compares/62989

26 Android 代码规范

https://www.jianshu.com/p/56aac3de80c3

27 Android 窗口常量属性

https://blog.csdn.net/leopard21/article/details/38032493
https://www.jianshu.com/p/4db80aa765e0

28 Android中<xliff:g>标签的使用

29全局dialog

http://www.jcodecraeer.com/a/anzhuokaifa/2017/1011/8585.html
https://www.jianshu.com/p/4712652fb313

30 glide 加载不规则图片

https://github.com/wasabeef/glide-transformations

31 widget

https://www.jianshu.com/p/1eec51bf74be

32 JIT及时编译器和解释器

https://www.cnblogs.com/insistence/p/5901457.html

33 集成第三方分享支付

https://github.com/apiosource/YSocialApi

34Bitmap详解与Bitmap的内存优化

https://www.jianshu.com/p/8206dd8b6d8b

35安卓常用的设计模式

https://www.jianshu.com/p/6e5eda3a51af

36 adb调试

https://developer.android.google.cn/studio/command-line/adb?hl=zh-cn

37 android的广播broadcast和receiver && 广播接收器优先级的深入分析

https://blog.csdn.net/tanzuai/article/details/42174327

38 事件委托来完善观察者模式

https://www.cnblogs.com/yulinfeng/p/5876600.html

相关文章

网友评论

    本文标题:个人收集一些实用资料

    本文链接:https://www.haomeiwen.com/subject/hytkyctx.html