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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T01:24:06+00:00 2026-06-17T01:24:06+00:00

I had recently had to do add a view to a LinearLayout programatically, I

  • 0

I had recently had to do add a view to a LinearLayout programatically, I have to do the same for a for a PreferenceScreen but I don’t know how. This is how it was done for a LinearLayout:

    LayoutInflater localLayoutInflater = (LayoutInflater)getBaseContext().getSystemService("layout_inflater");
    View myView = localLayoutInflater.inflate(R.layout.custom_layout, null);
    final PreferenceScreen ll=(LinearLayout)findViewById(R.id.linearlayoutID);
    ll.addView(myView);

How can I do the same to add a preference to a PreferenceScreen?


EDIT:

This is what I’ve done so far:

Preference preference = new Preference(this);
        preference .setTitle("WHATEVER");
        preference .setSummary("Summary");
        preference .setKey("your_key");

I managed to create a preference and store it in list1, I think it’s ok so far, but now I need to figure out how to append it inside <PreferenceScreen id="@+id/list">?

  • 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-17T01:24:07+00:00Added an answer on June 17, 2026 at 1:24 am

    try this:

    PreferenceGroup preferenceGroup = (PreferenceGroup) findPreference("containerId");
    if (preferenceGroup != null) {
        preferenceGroup.addPreference(myNewPreference);
    }
    

    same goes for PreferenceScreen (replace PreferenceScreen with each time i’ve written PreferenceGroup ).

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

Sidebar

Related Questions

So I don't do a lot of Win32 calls, but recently I have had
I recently had a similar thread about this, but now I need to animate
I've always thought otherwise, but recently I had the need to know: If I
I am new to iOS development, but have had an extensive crash course recently
I'm using the Accordion control for Silverlight 4 and I recently had to add
I recently had this problem on a test: given a set of points m
I have recently had some problems that I think might be helped by debugging
I have recently had performance problem with Nhibernate generated SQL as described in Nhibernate
I had this problem a long time ago and recently I got some clues
Recently upgraded to XCode 4.5 I have a screen that's had 2 UIStepper controls

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.