I am using the Firebase UI Recycler View for an android app I am building.
At present, when I open the app I have a blank screen for some seconds before Firebase fills the recycler view. To avoid confusion from the user I plan on using a loading view animation.
I am not quite sure how to implement a loading animation till the Firebase UI recycler view is done downloading content from Firebase.
Is anyone familiar with how to do this?
Thanks in advance