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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T11:59:25+00:00 2026-06-03T11:59:25+00:00

I was wondering if Android is capable of animate a fly in effect when

  • 0

I was wondering if Android is capable of animate a fly in effect when user starts the application for a button.

It feels wrong to animate it on the UI thread which probably just hang the app.

So is there any API or so for doing a fly in effect?

Cheers

  • 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-03T11:59:27+00:00Added an answer on June 3, 2026 at 11:59 am

    Yes, you can animate the pixels of the button even in pure xml layout (or in code of course), check the android Animation stuff. For custom animation, define your animation xml in the customary /res/anim .
    For slide in I suggest animating X with a translate animation. Or just use the built in slide animation.

    Simple case like this:

    //load anim from resources
    Animation anim = AnimationUtils.loadAnimation(this, R.anim.my_anim);
    button.startAnimation(anim);
    

    So place the button where you would like it to be an then add the animation (as the button click events will be where you set it to be not where the animation is showing it).

    A translate animation in xml can look something like this, customize it to your needs:

    <translate xmlns:android="http://schemas.android.com/apk/res/android"
     android:fromXDelta="300%" android:toXDelta="0%"  android:duration="4000"  />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering if i could create an android application which procures the mobile's
I am wondering as a new Android developer (10+ years C# OOP) which would
I am currently developing an android application uses Google map API. I am wondering
I as wondering how the Android knows which app to send a push to.
I'm wondering whether prepared statements in Android (instances of SQLiteStatement) are thread-safe. In particular
Currently creating a VOIP application for Android and I was wondering is there any
I was wondering if its possible to get Android application info like (name, version,
I am wondering about how to obfuscate the Android application using ProGuard tool. I've
I was wondering how the magnetic sensor in android works. I downloaded an application
I was just wondering how to request permissions when creating an android application. I

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.