Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8753595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:27:26+00:00 2026-06-13T13:27:26+00:00

I am looking for a method / algorithm to do the equivalent of setRotationY()

  • 0

I am looking for a method / algorithm to do the equivalent of setRotationY() (which is available from the Android API 11), but with the API 10.

Thank you for your help.

Update, Answer:

Use the Android library http://nineoldandroids.com/ by @JakeWharton (thanks Chris.Jenkins)

if (android.os.Build.VERSION.SDK_INT > 10)
    this.mBehindView.setRotationY(180);
else
    ObjectAnimator.ofFloat(this.mBehindView, "rotationY", 0, 180).setDuration(0).start();
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T13:27:27+00:00Added an answer on June 13, 2026 at 1:27 pm

    I know we are not a LinkFactory but @JakeWharton spent time back porting the AnimationFramework from API11.

    Checkout nineoldandroids.

    Example:

    ObjectAnimator.ofFloat(myView, "rotationX", 0, 90).setDuration(3000).start();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for a method to get a formula, formula which comes from
I'm looking for a quick method/algorithm for finding which nodes in a graph is
I am looking for a mathematical formula (or logical/java programmatic method, but preferably raw
what method/algorithm does iis 7 use to generate etags. I'm looking for exact, not
I'm looking for a good algorithm / method to check the data quality in
I'm looking at the possibility of implementing a Levenshtein distance algorithm using APARAPI, but
I was looking to implement voice pitch detection in iphone using HPS method. But
I am looking for a simple image sharpening algorithm to use in my Android
What android runtime analysis tools are available for free? I am looking for a
I'm looking for method to add gradually fading or maybe blured border (I don't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.