0

I am using a recyclerview to list some elements and I want to know when the RecyclerView.Adapter has drawn all the elements I sent. there is any way to do that?

Javier Diaz
  • 69
  • 1
  • 11

1 Answers1

0

Please try with this :

class MyAdapter : RecyclerView.Adapter`<`MyAdapter.MyViewHolder`>`(){

    // And then please Implement methods here of it.
}
Maximilian Ast
  • 3,240
  • 12
  • 39
  • 46
Jay Sabhaya
  • 55
  • 10