SuppressLint原因解析
少林扫地的
https://github.com/knowledgeIsMoney,
https://github.com/wcngsb,
做过驱动,写过android,玩过前端~
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Recycle
https://www.jianshu.com/p/ccfd58a0f3ac文档有解释 “Recycle”: Missing recycle() calls 实际代码中, val typedArray =context.obtainStyledAttributes(attrs, R.styleable.searchview) TypedArray对象typedArray是需要回收执行rec...原创 2018-09-03 15:18:57 · 475 阅读 · 0 评论 -
CustomViewStyleable
https://www.jianshu.com/p/ccfd58a0f3ac 参考文章 “CustomViewStyleable”: Mismatched Styleable/Custom View Name styleable的名字必须与组件的名字类名一样,而且如果自定义view继承的是Layout则必须以Layout结尾...原创 2018-09-03 15:19:33 · 595 阅读 · 0 评论
分享