Skip to main content

In ImageSwicher/ViewFlipper ImageView is blurry when i set zoom Animation?



In my App i am showing slideshow of images preloaded on Drawable. In Slideshow i used all ImageSwicher/ViewFlipper/ViewSwicher. In slideshow every image have it's own animation like zoom and scale. I get blurry image when animation is on progress.......





Please help me as soon as possible. Note- Image quality is good.





Animation zoomimage = AnimationUtils.loadAnimation(getContext(), R.anim.zoomscale); zoomimage.setRepeatCount(0); _imageSwitcher.startAnimation(zoomimage);


Comments

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?