
In this layout image rotate on mouse touch and also highlight front name in big font and on click it show next Activity.
How do I create this on Android?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One possible implementation is as follows:
This can be implemented either in a SurfaceView, or GLSurfaceView with OpenGL. If you use SurfaceView you probably need to keep the number of labels/vertices low to make it run smoothly.
Here is a tutorial on how to create a rotating tag sphere for Android.