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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:45:02+00:00 2026-06-03T13:45:02+00:00

i have 3 activity (form 1 ,2 ,3 ) and after the user fill

  • 0

i have 3 activity (form 1 ,2 ,3 )
and after the user fill the form 3 and send it, i wanna delete the information from the activity (1 & 2 & 3 ) but AFTER SEND IT IN ACTIVITY 3

(i mean if the user after send it then click back i do not wanna him to find his information in form 1 & 2 & 3

.Intent intent = new Intent(getApplicationContext(), Home.class);
 intent.addFlags(FLAG_ACTIVITY_CLEAR_TOP);
 startActivity(intent);

does this let my 1 & 2 & 3 activity with no user data when he click back after activity 3 ?
can you please help me?
===================Edit===============

someone told me this but i do not get it , can you please help me how can do it

pass a reference to the previous forms in the last one and call clear on any element

Thank you all

  • 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-03T13:45:04+00:00Added an answer on June 3, 2026 at 1:45 pm

    Do try this..

    In your last sending activity,if you want to start another activity or existing activity, then add this

    finish();
    Intent intent = new Intent(getApplicationContext(), new NewActivityOrExistingActivityName.class);
    intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
    startActivity(intent);

    which will clear all the activities in your previous activity stack

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

Sidebar

Related Questions

I have an activity which is basically a form. When the user selects an
Ugh! Any ideas? Have a form which tracks user activity for given time intervals.
On opening the activity, the user chooses an option from a spinner. I have
I have an Activity that has some form elements. This can be called from
I have an Activity where there's a form to be fulfilled by the user.
I have an activity - a form with some TextFields and the user clicks
Hi friends i have a problem...i want to send string data form activity to
I have an activity that contains several user editable items (an EditText field, RatingBar,
I have an activity with two buttons, start and stop. If the user press
I have an app, one activity is a form with multiple fields. In landscape

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.