I had one image with left facing .
I want that image to face right direction.
Can we do it without any graphics changes.
by animation or other way?
I dont want to do it thru photoshop and increase my app size.

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.
What you want to do is use this method to create a new bitmap with a matrix that can flip your original bitmap, for example this one:
And here is the code that does just that:
Hope this helps.