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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:08:17+00:00 2026-05-25T10:08:17+00:00

I am making an android app in java.. And basicaly i have a problem..

  • 0

I am making an android app in java.. And basicaly i have a problem.. I have a button which is removing the last char in a string.. And this button will be used alot and if the user is pressing the button while the string is empty the application gets an error message and closes.. And i want to prevent this somehow..

This is current code for the onClickListener..

back.setOnClickListener(new View.OnClickListener() {
        @Override
        public void onClick(View v) {
            // TODO Auto-generated method stub
                value = value.substring(0, value.length() - 1);
                numbersArea.setText(value);
        }

Any idea how i would do this?? Since im out of ideas after trying all yesterday night.

  • 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-25T10:08:18+00:00Added an answer on May 25, 2026 at 10:08 am

    Make your listener like this:

    back.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
    
                    if(!value.equals("") && value != null) {
                       value = value.substring(0, value.length() - 1);
                       numbersArea.setText(value);
                    }
            }
    

    Basically, what it does is verify if the string is empty and different of null, if its not, it enters in the if statement.

    Please, let me know if you have more doubts.

    Thanks.

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

Sidebar

Related Questions

i am making a app which takes photo on button click i have camera.java
For school I am making an android app. For this app I have a
I'm making a calculator-type application and it will have a resulting string that is
I am making an android database app in which when i fetch values from
I am mking an android app in which i am making dynamically table rows
I hope I can explain this properly. I'm making an android app that, when
We are in the making of an Android app, a quiz game, which we
I'm making an Android app using Processing, and have decided to port my code
I am making an Android app, and have created a custom view to do
I am new android, i'm making an app in which one can download files

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.