Hello friends, I want put delay between two flips of the same image on ImageView. i.e. (1). Image loads with Animation (2). Wait for 1 or 1.5 seconds (3). Image changes with animation on the same ImageView.
I tried to set Thread.Sleep() , didn't work.
And yes, these all things I want to be done on android.