Onclick on view pager in android does not work in my code

前端 未结 3 1054
谎友^
谎友^ 2021-02-14 06:08

i have implemented view pager in my code and i have put on-click listener on view pager but my on-click listener does not working i\'ll post my code

viewpager.s         


        
3条回答
  •  我寻月下人不归
    2021-02-14 07:05

    There is no onClick listener in ViewPager, You can use the same effect by using a Recyclerview instead of a ViewPager is shown as below

    
    

    Using Recyclerview as horizontal then you can scroll it and get the click events. Please note that use the RecyclerView.Adapter

提交回复
热议问题