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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:43:27+00:00 2026-05-26T10:43:27+00:00

i need to understand animation on Android. For example, my application starts with an

  • 0

i need to understand animation on Android.

For example, my application starts with an activity with a button in the bottom, when the user click on the button i want that another activity appears with an animation from bottom to top and i want that the button becomes the “header” of this second activity.

How can i achieve this?

Thank You

Daniele

Thank you to DecodeGnome for the answer! It works!

But i have some problem with the animation when i want to close this activity, i create a anim_out.xml:

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
    android:fromXDelta="0%p"
    android:fromYDelta="0%p"
    android:toXDelta="0"
    android:toYDelta="100%p"
    android:duration="300" />
 </set> 

but this doesn’t work (the second parameter of overridePendingTransition what is used for?).

I try to call a new overridePendingTransition in onStop() function:

public void onStop(){
   super.onStop();
   overridePendingTransition(R.anim.top_to_bottom, R.anim.top_to_bottom);

}

But when i call finish to the second activity, i still see the default animation (from left to right)!

Thank you again to who’ll help me.

  • 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-26T10:43:27+00:00Added an answer on May 26, 2026 at 10:43 am

    1) Create a folder called anim in res folder

    2) Add 2 new XML animations there (example, anim_in.xml & anim_out.xml)

    3) put this line of code in the new activities onCreate:

    overridePendingTransition(R.anim.anim_in, R.anim.anim_out);

    Anim_in.xml example:

    <?xml version="1.0" encoding="utf-8"?>
    <set
        xmlns:android="http://schemas.android.com/apk/res/android">
    
        <translate
            android:fromXDelta="0%p"
            android:fromYDelta="100%p"
            android:toXDelta="0"
            android:toYDelta="0%p"
            android:duration="300" />
    </set> 
    

    4) Place the button (header) in the top of the layout of the second activity.

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

Sidebar

Related Questions

What are the top 3 main concepts in WPF that you need to understand
I understand the need to test a class that has logic (for instance, one
I understand that I need to use LoadLibrary(). But what other steps do I
I understand that we need to create MXML file to define a view. Suppose
I need to understand bash if expressions. Sure, I've used Google. I know that
I'm a designer and I need to understand why does the application I created
I need to create an android application which consists of parts written on Unity3d
I need to understand the differences between windows main/mdi/child/dialogs.... how win32 messages should be
I need to understand how to use the generic Delphi 2009 TObjectList . My
I need to understand the working of this particular program, It seems to be

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.