florent37 / MaterialViewPager

A Material Design ViewPager easy to use library
https://www.fiches-plateau-moto.fr
Apache License 2.0
8.13k stars 1.48k forks source link

Update Fragment with MVP #274

Closed nuhkoca closed 3 years ago

nuhkoca commented 8 years ago

Hello,

I am working on a project with your library. I have 20 tabs. I use one Fragment and RecyclerView for 20 tabs. When I clicked any tabs, I want to refresh fragment with another data. How can I do that?