Reputation: 364
I am having three images. I need to show these images one by one with 2 seconds time interval. How to achieve this concept? Suggestions please..
Thanks for your precious time !
Upvotes: 3
Views: 317
Reputation: 2783
As far as I got you, you need:
1) ImageView class to show Images Here is a good tutorial for it
and
2) Sleep for 2 seconds interval time.
Upvotes: 1