In my app I am using Rotate3dAnimation to show a Google map. The code is working fine, but the animation is not smooth, some lines are also visible while rotating the view.
I cannot understand ur question completely but according to me,
The key to a smoothly scrolling Rotate3dAnimation is to keep the application’s main thread (the UI thread) free from heavy processing. Ensure you do any disk access, network access, or SQL access in a separate thread.
This link isfor listview Rotate3dAnimation...