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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:34:51+00:00 2026-05-23T21:34:51+00:00

I have an application in which I have used some variables and I want

  • 0

I have an application in which I have used some variables and I want to release or free the memory space used by them after using them or on application close. Is there any process of doing this?

I have used:

int x = Integer.parseInt(edt.getText().toString()) * Integer.parseInt(edt1.getText().toString());
String z = String.valueOf(x);

edt – Stands For EditText which I have been used for entering the value.

After entering the value into the EditText, whenever I’ll switch to my next activity page and then get back on my previous page the value of EditText is still available on it. But I want to clear the value of the variable.

How can I achieve this?

  • 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-23T21:34:53+00:00Added an answer on May 23, 2026 at 9:34 pm

    As you can see on the Activity lifecycle graph when a new activity is started the old one is merely paused and all values are retained.

    It is not destroyed if there’s no immediate need for memory for the rest of the system.

    I assume that edt is in the layout taken via findViewById and not created by hand (not apparent from the code). So if you want to clear value of that EditText when switching back to old activity you need to do it by hand either in onPause or onResume.

    On application close these will be released by Java VM. Keep in mind that your app might not be killed immediately after you leave last activity.

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

Sidebar

Related Questions

I have a windows service application which works using remoting. It is used to
I have an application which contains some EL evaluation used for programmatic configuration. Given
We have a Server/Client cybercafe management application which used to work fine on Windows
I have a number of enums in my application which are used as property
The problem: we have one application that has a portion which is used by
In my c# application i have this small form which is used to set
I am migrating application from JSF1.2/MyFaces+Facelets TO JSF2.1/MyFaces. I have following template which used
I have to create a DLL which is used by a VB6 application. This
In Application i have two buttons in which one button is used as a
I have developed an application which is working fine. In that i have used

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.