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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:08:05+00:00 2026-05-26T17:08:05+00:00

I have 3 image view in which i started same animation (translate) I have

  • 0

I have 3 image view in which i started same animation (translate)

I have animation listener, in onAnimationEnd(Animation animation) method,

I want to know on which image view the animation is ended..?

From animation object how can I know in which it was started..?

Thanks in advance..!

  • 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-05-26T17:08:06+00:00Added an answer on May 26, 2026 at 5:08 pm

    Well you can not know what is the object on which the animation ended. The whole purpose of the AnimationListener is to listen to the Animation and not to the object.

    Solution


    1- Create your own Animation class and save in it a reference to the object which is animating.

    This will allow you to cast the Animation to YourAnimation in the function onAnimationEnd and get the reference.


    2- A simpler solution is to create your own AnimationListener that holds a reference of the Object that is animated.

    For example:

    public class MyAnimationListener implements AnimationListener {
        ImageView view;
        public void setImage(ImageView view) {
            this.view = view;
        }
        public void onAnimationEnd(Animation animation) {
            // Do whatever you want
        }
        public void onAnimationRepeat(Animation animation) {
        }
        public void onAnimationStart(Animation animation) {
        }
    }
    

    So when you want to animate your ImageView: You do the following:

    MyAnimationListener listener = new MyAnimationListener();
    listener.setImage(myImage);
    
    myAnimation.setAnimationListener(listener);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a view and template called index.html. I have a image which is
I have a binary image (a dll) which I wish to view the assembly
I am stuck with a strange problem that, I have a image view which
I have a linearlayout in which i have one image view, one textview ,
i have two image views which translates on click. the animation works properly for
i have a image view which is drag able and zoom able but now
In an iPhone application I'm developing I have a Image View that displays eyes
I have a problem... In my view i have Image.If i click on image
I have an image, when i hover on it i am able to view
I am using a webview and on that web view i have a image.

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.