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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:27:41+00:00 2026-06-12T00:27:41+00:00

In my android app I have a search interface where each list item can

  • 0

In my android app I have a search interface where each list item can be clicked which launches a new Activity which displays more info on that single item. I have a back button on the New Activity which I would like to go back to the search results list. I’ve tried an intent that goes back to the searchpage, but that starts a new search:

    Intent backIntent = new Intent(v.getContext(), SearchPage2.class); 
backIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); 
startActivityForResult(backIntent, 0);
SearchTaDa.this.finish();

I’ve also tried just SearchTaDa.this.finish(); and finish(); but both of these closes the whole app. Does anybody know how I can get back to the search results with a Back button click?

  • 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-12T00:27:43+00:00Added an answer on June 12, 2026 at 12:27 am

    do not use this code because it removes all the activities which are in the stack

    backIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); 
    

    Use this code instead:

    Intent backIntent = new Intent(v.getContext(), SearchPage2.class); 
    startActivityForResult(backIntent, 0);
    SearchTaDa.this.finish();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a strange problem in my android app. I have an activity which
I am new to android. I have a loginActivity which validates a user number
In my android app I have a search screen. The content is stored in
I am developing an android app which requires search functionality. My app contains action
I am making an android app in which i have to show Hash Tag
I have this code: package com.problemio; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View;
I have an activity handling search ( ACTIVITY_1 ), which works perfectly when I
I have an android app and I would like to implement the search function.
Recently i have posted my android app in to the market place. When search
Can we create PDF file in android? I have Tried all Google Search. Also

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.