just simple question I have an animation where I should put them ? in On-create or in On-resume or where ? so that when I pause the activity the animation is paused .. not played in background ! and when I resume the Activity the animation resumes .. not start from zero ! ?
my animation is like that :
view.startAnimation(AnimationUtils.loadAnimation(this, R.anim.slide);