0

I am posting this question because I never worked on this and I am not aware which component is used to implement such functionality.

See this screen-shot. This is an sample image. It is not my work, this is taken from Google Images:

enter image description here

Now on application startup I am reading Android sd card and updating my database. In the meantime, I am using ProgressDialog like this

enter image description here

Now what I want is to show 5 image slides. Not Image slide I want a single colour backgroung and the text should have to be change every two seconds on the same backgroung with five small circles I downside.

Now I am not able to get what is it. A image slide show or other native component. I asked in chat rooms they asked me to post here.

If it can happen without image it will be better because there is a lot of complexities with different device sizes.

How can I implement this?

halfer
  • 19,824
  • 17
  • 99
  • 186
Nikhil Agrawal
  • 26,128
  • 21
  • 90
  • 126
  • use viewFliper http://stackoverflow.com/questions/7461879/looking-for-android-viewflipper-example-with-multiple-webviews and http://android-journey.blogspot.in/2010/01/android-webview.html in thread. – Dhaval Parmar Apr 25 '13 at 11:04

1 Answers1

1

Try with android smartimageview or with Viewflow

Arunkumar
  • 103
  • 1
  • 12