Is there any way to Zoom-in and Zoom-out an ImageView continuously in Android. I tried using the below code, but only one of the Zoom function is working.
ImageView
simply use in your animation xml:
android:repeatMode="restart" android:repeatCount="infinite"