【错误记录】安卓 RecyclerView 报错 ( only use immediately and call holder.getAdapterPosition() to look it up )
生活随笔
收集整理的這篇文章主要介紹了
【错误记录】安卓 RecyclerView 报错 ( only use immediately and call holder.getAdapterPosition() to look it up )
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章目錄
- 一、報錯信息
- 二、解決方案
一、報錯信息
報錯信息 : 在 RecyclerView.Adapter 中的 onBindViewHolder 方法中 , 報如下錯誤 ;
Do not treat position as fixed; only use immediately and call holder.getAdapterPosition() to look it up later二、解決方案
該錯誤 , 并不會影響編譯 , 只是在顯示時報錯 , 不太好看 ;
修改的話 , 可以 禁用 Lint 檢查 , 點擊
" Suppress: Add @SuppressLint("RecyclerView") annotation" 按鈕 ;
會在該參數前生成一個注解 ;
總結
以上是生活随笔為你收集整理的【错误记录】安卓 RecyclerView 报错 ( only use immediately and call holder.getAdapterPosition() to look it up )的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【C 语言】字符串拷贝 ( 优化指针操作
- 下一篇: 【C 语言】字符串拷贝 ( 指针使用前判