Listfragments Inside Viewpager
I'm writing my first fragment-based app and running into some heavy problems which i couldn't solve with the API or Stackoverflow. I am using a viewPager to swipe between two lists
Solution 1:
I've found the bug. In each list i was calling the same header view and same header button. The onClick method could not be clearly assigned
Post a Comment for "Listfragments Inside Viewpager"