Is there a nice and easy way to set an empty View on a FragmentStatePagerAdapter? A bit like the same way we do on ListView.setEmptyView(view).
Indeed, I'm working with a FragmentStatePagerAdapter, with Data coming from a CursorLoader and it's not as easy.
Cheers