Is there a way to add a viewpager as a listview item?
I want to add it as a \"header\" on top of my listview before all real list items follow. I tried using addHea
Do not use wrap_content, try to calculate and set ViewPager size programmatically and then add ViewPager as a header of ListView.
wrap_content
Quoting Dianne Hackborn, ViewPager is "just not intended to be used as an item in a list"
ViewPager