How to swipe ViewPager images automatically using TimeTask

后端 未结 13 2225
天涯浪人
天涯浪人 2020-12-25 13:54

Hi I am new in android and in my app I have a lot of images in my ArrayList that \'s why I want to swipe those images automatically for every 3 seconds with he

13条回答
  •  天涯浪人
    2020-12-25 14:44

    You can use android TabLayout for indicators, ViewPager for slide screen and TimerTask to slide automatic

    please check this link for step by step guideline and demo

    CLICK HERE

提交回复
热议问题