How to put ViewPager on top of listview?

How can i put ViewPager on the top of ListView as in The-Verge Android Application ??

Upvotes: 2

Views: 202

Answers (2)

that was solved by adding the view pager view to the header of the list listview.addHeaderView(viewpager)

Upvotes: 1

Ankit Srivastava
Ankit Srivastava

Reputation: 364

today is your lucky day......https://www.dropbox.com/s/5bxkof1atwxqbsk/viewpagersadasd_2.rar

its the link to the simple project that i created,if you find my answer useful,accept it as the answer

Upvotes: 2

Related Questions