I\'m new to Android development and I\'m studying to code & design an Android project. I have problem with ViewPager and can\'t find answer on this site or
i found something tricky solution for the view pager.As view pager is dont have any click event you can try click events on the child of the view pager.What i mean is to set the on Click listener on each page's root element.That will work surely.