I need to create an interface like Google Newsstand which is a sort of ViewPager (horizontal scroll) over a collapsing header (vertical scroll). One of my requirements is to
you just removed the NestedScrollView on your xml and add this code on your class
yourGridView.setNestedScrollingEnabled(true);