I have a question about viewpager. Is that possible to mix portrait and landscape orientation in one viewpager? To be specific, some of the pages are in portrait orientation while other pages are in landscape orientation.
Thanks.
I have a question about viewpager. Is that possible to mix portrait and landscape orientation in one viewpager? To be specific, some of the pages are in portrait orientation while other pages are in landscape orientation.
Thanks.
you can override the method getWidth(int) from the adapter to change the width of each page and with that, changing their proportions.