I'm going to make an Android image slide banner

Asked 2 years ago, Updated 2 years ago, 22 views

I used the viewflipper to make the image slide. I want to make a bullit when I make an image slide banner, but I don't know how to make it. Is there a way to make an image slide other than a viewflipper?

android viewflipper

2022-09-21 17:54

1 Answers

The viewflipper is not in use these days.

It was used before ViewPager (2.3 and earlier), but due to performance issues, ViewPager is now used.

I don't know exactly what Bullitt is, but I guess you're talking about an indicator.

I think you want a UI that tells you how many times this image is in the image list, for example, the screen index in the launcher app.

https://github.com/JakeWharton/ViewPagerIndicator

If you use the library above, it can be easily implemented.


2022-09-21 17:54

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.