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 7796473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T23:22:58+00:00 2026-06-01T23:22:58+00:00

I am creating a custom toggle switch i all most done with the design

  • 0

I am creating a custom toggle switch i all most done with the design and the functionality but there is one thing blocking me, I tried to add animation on toggle to the thumb basically a button the animation towards right works perfect but the issue is with the animation towards left here is the code I am using to play both animations.

    private void playToggleanimation()
    {
        if(toggleAnimation != null && !toggleAnimation.hasEnded())
        {
            toggleAnimation.setAnimationListener(null);
            toggleAnimation.cancel();
        }
        View v = findViewById(button);
        toggleAnimation = (checked) ? new TranslateAnimation(v.getLeft(), getMeasuredWidth() / 2, 0, 0) : new TranslateAnimation(v.getLeft(), 0, 0, 0);
        toggleAnimation.setAnimationListener(listener);
        toggleAnimation.setFillAfter(true);
        toggleAnimation.setFillEnabled(true);
        toggleAnimation.setDuration(250);
        v.clearAnimation();
        v.startAnimation(toggleAnimation);
    }

Thanks for any help.

  • 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-01T23:23:00+00:00Added an answer on June 1, 2026 at 11:23 pm

    I figured it out the issue was with the getLeft() method, instead of using this line

    toggleAnimation = (checked) ? new TranslateAnimation(v.getLeft(), getMeasuredWidth() / 2, 0, 0) : new TranslateAnimation(v.getLeft(), 0, 0, 0);
    

    I used below line of code to create animation, it worked fine.

    toggleAnimation = (checked) ? new TranslateAnimation(v.getLeft(), getMeasuredWidth() / 2, 0, 0) : new TranslateAnimation(getMeasuredWidth() / 2, 0, 0, 0);
    

    The getLeft() method was always returning 0.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating a custom on / off toggle switch for the iPhone (similar to
i'm reading the android developer docs on creating custom components and one thing that's
Jython is great for creating custom data structures on need basis, but how to
I m creating custom checkbox and radio button in pure css but they are
I'm creating custom table view cells, but result is incorrect. My code: - (UITableViewCell
I'm current creating a custom configuration for a CKEditor installation. I got all fixed,
I am creating a simple custom control extending from toggle button that allows the
I'm having problems creating custom forms in pyramid_formalchemy. I suspect there is a bug
I'm creating custom window title. I did it with requestWindowFeature and setFeatureInt but not
I use PopupWindow class for creating custom popup window. But when I add layout_margin

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.