Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 recyclerview 列出一些元素,我想知道 RecyclerView.Adapter 何时绘制了我发送的所有元素。有什么办法吗?
请试试这个:
class MyAdapter : RecyclerView.Adapter`<`MyAdapter.MyViewHolder`>`(){ // And then please Implement methods here of it. }