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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T16:52:28+00:00 2026-06-18T16:52:28+00:00

I have got something like this: <ScrollView xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=fill_parent android:layout_height=fill_parent > <TableLayout android:layout_width=fill_parent android:layout_height=wrap_content>

  • 0

I have got something like this:

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

    <TableLayout
        android:layout_width="fill_parent"
        android:layout_height="wrap_content">

        <TableRow
            android:id="@+id/tableRow1"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content">

            <TextView
                android:id="@+id/chooseBirthDateText"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:layout_marginTop="25dp"
                style="@style/mediumText"
                android:gravity="center_horizontal"
                android:text="@string/choose_birth_date" />

        </TableRow>
    </TableLayout>
</ScrollView>

i would like to add some more rows, but only after some time(lets say 10 sec). I thought to make those rows invisible at first and then make them appear. But in that way my scrollView is not working as i want(i can scroll down even if nothing is below – since rows are invisible)

So i thought to make rows that i want to add in second file, load them in middle time and add them after tableRow1 in moment they have to appear. Unfortunately i have got no idea how to do that(i am talking about connecting 2 files, not creating second one in java) :/

  • 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-18T16:52:30+00:00Added an answer on June 18, 2026 at 4:52 pm

    There are two modes to hide a view:

    • INVISIBLE: This view is invisible, but it still takes up space for layout purposes.
    • GONE: This view is invisible, and it doesn’t take any space for layout purposes.

    http://developer.android.com/reference/android/view/View.html#setVisibility(int)

    I think GONE will help you.

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

Sidebar

Related Questions

I have got an XML document which looks something like this. <Root> <Info>....</Info> <Info>....</Info>
Lets say that I have got a vector like this. std::vector<a_complicated_whatever_identifier *> *something =
I have got string containing windows path to file. It looks something like this:
Say I got something like this.. bool isPatched; I have a few other GUI's
I have a double thats got a value of something like 0.50000 but I
I've got something like this: wifiNetworks = (ArrayList<ScanResult>) mWifiManager.getScanResults(); Now I can simply get
I have got dataset like this with three columns Col1, Col2, Col2 aaa,Arizona DL
I have a scenario like this in ssis - I have got two different
If I have something like a List[Option[A]] and I want to convert this into
I am trying to implement something like this. http://app.maqetta.org/mixloginstatic/LoginWindow.html I want the login page

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.