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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T04:32:09+00:00 2026-06-01T04:32:09+00:00

I have a activity where I have multiple ImageViews and when you click on

  • 0

I have a activity where I have multiple ImageViews and when you click on it the ImageView will fade out and fade back in. What I’m trying to figure out is how I can click one ImageView and start the animation and when I click a 2nd one and the animation is still running it will ignore the second one. I think I need to do something with the animationListener but I can’t figure out how to use that to check if the animation is running or not before I initiate a new animation. I could have sworn I saw an example that did this but I’ve been looking for days and can’t find it anymore, I’m hoping someone would be able to help out here….. below is the code for my animation:

// Create Animation
protected void fadeAnimation() {
    tempImg.startAnimation(fadeout);
    //Allow animation to finish
    mHandler.postDelayed(new Runnable() {
        public void run() {
        tempImg.startAnimation(fadein);
        }
    }, 1000);
}
  • 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-01T04:32:10+00:00Added an answer on June 1, 2026 at 4:32 am

    I’m assuming both fadeout and fadein are Animation objects.

    Use fadeout.hasEnded() to check if the first has finished before starting your second one.

    For more details about the Animation class, see here:
    http://developer.android.com/reference/android/view/animation/Animation.html

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

Sidebar

Related Questions

I have an app, one activity is a form with multiple fields. In landscape
I have strange issue. My application have multiple activitys, on one activity is setting
I want to start in built gallery activity for multiple selection. I have tried
I have an activity which shows some List entries. When I click on a
I have an activity with two buttons, start and stop. If the user press
Have another issue here. Our app starts out with a tab activity. But, before
I have multiple tabs and within them I have got an activity group for
I have two tables, arrc_PurchActivity and arrc_Voucher. The purchase activity table contains multiple records
I have an activity which consists of a GridView with multiple (different) images. When
Ok i will try to be as detailed as i can here. I have

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.