How to set OnClickListener in ViewPager

后端 未结 3 860
南笙
南笙 2021-01-01 07:45

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

3条回答
  •  萌比男神i
    2021-01-01 08:13

    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.

提交回复
热议问题