Automatic Slide show?
HI,
Want to implement automatic slideshow in my application, the images shou开发者_开发百科ld change automatically with some time. Should look like a flash type changing screens, Please help?
Want to implement automatic slideshow in my application, the images should change automatically with some time.
Use ImageView
and postDelayed()
.
Should look like a flash type changing screens
I have no idea what this means.
精彩评论