美文网首页
2018-08-07 Recycle

2018-08-07 Recycle

作者: AndroidTalent | 来源:发表于2018-08-07 13:05 被阅读0次

    https://www.jianshu.com/p/ccfd58a0f3ac文档有解释

    "Recycle": Missing recycle() calls

    实际代码中,

    val typedArray =context.obtainStyledAttributes(attrs, R.styleable.searchview)

    TypedArray对象typedArray是需要回收执行recycle的,

    所以在typedArray使用完成后执行typedArray.recycle();即可

    相关文章

      网友评论

          本文标题:2018-08-07 Recycle

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