Just a quick question as I'm facing an issue here:
What's the best way, in terms of performances and speed, to populate a ViewPager from a list of URL stored on Firebase,using Glide ??
I mean, should I pass an array containing the URLs to the ViewPager Constructor? Get those URL from Firebase directly on the FragmentPagerAdapter class?
Cheers