Android - Fragment Opens before data is ready

0

I'm having a problem with a list of objects that come in a JSON, I can get the data, they get it, they should be presented in a Fragment that has a RecyclerView, the app opens and shows nothing. By analyzing the logs I noticed that the Fragment opens before the data is ready.

I do not know how to solve this.

    
asked by anonymous 15.09.2017 / 15:24

0 answers