1

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
  • 89
  • 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,369
  • 12
  • 36
  • 47
Jay Patel
  • 75
  • 1
  • 10