I am trying to rotate an image on a loading page and so I have four images, each rotated 90 degrees to the right from the next and I wish to sleep then reset contentview on each one to proceed to the next. Is there any way I can do this without having to start a new intent for each one?
Share
You can call
invalidate()on your layouts if I understand your question right.