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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T07:25:32+00:00 2026-05-30T07:25:32+00:00

I have an android app which asks a question followed by x number of

  • 0

I have an android app which asks a question followed by x number of options.
Each option contains a textview, ImageView and a radio button.

The value of x (i.e. the number of options) is not constant. I want to dynamically add UI content to satisfy this requirement.

At the moment I have written the code in the layout’s xml to display a maximum of 4 options. If number of options is 2 I hide the options 3 and 4 using something like

tvoption1.setVisibility(View.GONE);
tvoption2.setVisibility(View.GONE);

However this is not very scalable. Can anyone tell me how to add options for java dynamically. Or is there a better approach?

  • 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-30T07:25:33+00:00Added an answer on May 30, 2026 at 7:25 am

    A View can be added at runtime by using the inflater like this:

    LinearLayout linearLayout = (LinearLayout)inflater.inflate(R.layout.news_categories_item, null);
    
    TextView categoryValueTextView = (TextView)linearLayout.findViewById(R.id.news_category_item_value);
    
    mMainLinearLayout.addView(categoryValueTextView);
    

    In this example, a LinearLayout containing a TextView is inflated. A reference to the constituent TextView is then obtained, and the TextView is dynamically added (at runtime) to the main linear layout (mMainLinearLayout).

    The inflater object may be obtained in an Activity by using getLayoutInflater().

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

Sidebar

Related Questions

I have android app in which one layout contains Linearlayout , ScrollView , TextView
I have created a database for my android app which contains static data and
I have an Android App which contains an external dependend jar library. This external
I have an android app on which, when the user taps a TextView ,
I have an Android App which consists on different modules. The Main module is
I have an android app which needs to be signed using a specific keystore
I was wondering if it was possible to have an android app which is
I have developed an Android app which I want to be available both as
I have an android app for which i need to ensure that it has
I have written an android app which listens to the phone signal strength using

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.