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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:26:10+00:00 2026-05-16T23:26:10+00:00

I set visibility to invisible like this on Android: myImageView.setVisibility(View.INVISIBLE); And then to make

  • 0

I set visibility to invisible like this on Android:

myImageView.setVisibility(View.INVISIBLE);

And then to make it visible:

myImageView.setVisibility(View.VISIBLE);

Now I don’t know if myImageView is visible or not, how can I check it like this:

if (myImageView IS VISIBLE) {
    Do something
} else {
    Do something else
}

How can I do that? What do I have to write within the brackets?

  • 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-16T23:26:11+00:00Added an answer on May 16, 2026 at 11:26 pm

    Although View.getVisibility() does get the visibility, its not a simple true/false. A view can have its visibility set to one of three things.

    View.VISIBLE
    The view is visible.

    View.INVISIBLE
    The view is invisible, but any spacing it would normally take up will still be used. Its “invisible”

    View.GONE
    The view is gone, you can’t see it and it doesn’t take up the “spot”.

    So to answer your question, you’re looking for:

    if (myImageView.getVisibility() == View.VISIBLE) {
        // Its visible
    } else {
        // Either gone or invisible
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want set the visibility to itemized overlay in map view. if the zoom
i have one layout like this when click in layer1,layer 2 get invisible but
I am trying to do something like this in android . I mean i
How can I get something like this to work in asp.net <asp:Panel Visible=<%(SType==switch_type.Trunk).ToString()%> runat=server>Tickle</asp:Panel>
I need to set visibility for an option called SVN in a navigation bar
I'm implementing drag'n'drop for views. When drag is started, I set visibility of the
Can I set label visibility in Flex ? newUser = new LinkButton(); newUser.label =
Is there a way to set the visibility of a single tab in a
In a C#.NET windows application (winforms) I set the visibility of the checkbox to
How can I set a TextBlock visibility inside a ListBox. For example <Grid> <ListBox

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.