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

  • Home
  • SEARCH
  • 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 8670297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T18:40:44+00:00 2026-06-12T18:40:44+00:00

In my main activity, i set this override method to improve my animation activity

  • 0

In my main activity, i set this override method to improve my animation activity :

overridePendingTransition(R.anim.pull_in_from_right, R.anim.pull_out_to_left);

In my second activity, i set onBackPressed() method to the main activity :

public void onBackPressed()
    {
        Intent backToMain = new Intent(this, MainActivity.class);
        startActivity(backToMain);
        super.onBackPressed();
    }

It go back well, with the animation, but when I close the main activity that back from the second activity, the first main activity launched, still exist.

How to resolve this problem ? Thanks for your kindness response.

  • 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-12T18:40:46+00:00Added an answer on June 12, 2026 at 6:40 pm

    In your second activity, you don’t have to create new intent to go back to main activity.

    public void onBackPressed(){
       //you can do your other onBackPressed logic here..
    
       //Then just call finish()
       finish();
    }
    

    EDIT : After seeing OP’s comment

    @Override
    protected void onPause(){
      super.onPause();
      overridePendingTransition(R.anim.your_exit_animation_one, R.anim.your_exit_animation_two);
    }
    
    public void onBackPressed(){
       //you can do your other onBackPressed logic here..
    
       //Then just call finish()
       finish();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Main Activity: private Button btnSubmit; private DataSource mDataSource; private Context mContext; @Override public void
The main activity includes some variables with set values. I created a sub-activity with
Hey Guys i got this code in my Activity: public class MYAppActivity extends Activity{
I'm trying to start an Activity, which includes Bundles. I'm trying to set this
I have an Alert method set in the main class. Which is then called
Below is my main activity file. I am stuck with the bottom area (commented
Splash I have main activity UI startup operations that take between 5-10 seconds (that
I'm navigating from: Main activity to Activity 2 Activity 2 to Activity 3 Activity
I called my main activity Main, and Eclipse created Main.java and res/layout/main.xml for the
i have main activity in which i have Four menus. and i have one

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.