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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:17:27+00:00 2026-05-23T13:17:27+00:00

I want to dynamically hide some elements if a certain condition is met. I

  • 0

I want to dynamically hide some elements if a certain condition is met. I use this code to hide a TextView

if (something) {
            //do something
        } else {
            myTextView.setVisibility(View.GONE);
}

I use this code in onCreate.

However, the app breaks on the line where View.GONE is.

Why does it happen? Is it not allowed to hide elements in onCreate? If this is true, where should I use this code?

To clarify, I want to hide them before the Activity loads. The same code in the button’s click event does not break the app.

  • 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-23T13:17:28+00:00Added an answer on May 23, 2026 at 1:17 pm

    Your TextView myTextView might be null,
    you have to reference it before you use it.
    Usually you do this via

    myTextView = (TextView) findViewById(R.id.mytextviewid)
    

    As said by Lukas Knuth, check and post your Stracktrace. You should see
    a NullPointerException there.

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

Sidebar

Related Questions

I want to dynamically hide/show some of the columns in a NSTableView, based on
http://jsfiddle.net/MEKRM/ This is my fiddle I want to show / hide elements when i
The reason I want to use the together is that I want to hide
I want to dynamically add javascript to an existing script element something like: var
I want to use a temp directory that will be unique to this build.
I have an anchor tag. I want to hide/show it dynamically. I can't put
If I want to dynamically show or hide several User Controls. Would it be
i have used setColumns function to show/hide columns dynamically on client-side. now i want
I need help, any ideas? Firstly i want to hide some input element when
I want to dynamically get the name of the current stored procedure inside itself

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.