I am using firebase to build my apps, however, when I open the app, it takes some time to show in recyclerview. Also,when I resume the activity after some time the recyclerview does not show.
- How can I add progress indicator to appear to the user when still loading data?
- How can I solve the problem of recyclerview disappearing?