Good people, I am trying to implement a recycleView, the thing is this, I have several layouts, which have many fields (editText, textView, etc). Since there are so many fields I can not load them all of one but it is very overloaded, I need a way to load them in a progressive way, so to call it, someone has some example of how to implement the recycleView loading the layout as you scroll? Or some other way of how to solve this problem. Thanks !!