dynamically add and remove view to viewpager
After figuring out which ViewPager methods are called by ViewPager and which are for other purposes, I came up with a solution. I present it here since I see a lot of people have struggled with this and I didn’t see any other relevant answers. First, here’s my adapter; hopefully comments within the code are … Read more