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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:25:50+00:00 2026-06-17T19:25:50+00:00

I just start to study android, so have some problem i have a file

  • 0

I just start to study android, so have some problem

i have a file res/xml/settings.xml – settings from menu
create class Prefs and try to use settings from file above

package org.example.sudoku;

import android.os.Bundle;
import android.preference.PreferenceActivity;

public class Prefs extends PreferenceActivity {
       @Override
       protected void onCreate(Bundle savedInstanceState) {
          super.onCreate(savedInstanceState);
          addPreferencesFromResource(R.xml.settings);
       }
    }

Problem, that addPreferencesFromResource cant be used and i need to use preferencesResId (according to comments), but if i write something like this

     preferencesResId(R.xml.settings);

its not good.

Where is error in code? Could any1 help?
Also i try to learn android by using book – Hello Android.

  • 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-17T19:25:52+00:00Added an answer on June 17, 2026 at 7:25 pm

    preferencesResId() is not a method, it is a placeholder in conversation for your resource id (R.xml.settings).

    So although

    addPreferencesFromResource(R.xml.settings);
    

    Is deprecated, if you’re using this approach, this is still the most correct way – there isn’t another way using the deprecated approach.

    I suggest you look at this SO question – it tells you what you should be using instead (PreferenceFragments). If you need a code sample, fire up Eclipse and the ADT plugin and make a SettingsActivity via the new Activity Wizard.

    And as usual, here is the full JavaDoc for PreferenceActivity.

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

Sidebar

Related Questions

I just start to study Unit Testing (using FlexUnit). I still have not sure
Just start to using Xcode. I made an IBOutlet from UIButton to have a
I just start study DI (I'm working on WPF/Silverlight but I have a plan
i just start to dive in ExtJS Grid, I would like create some toolbar
Just start to learning Cocos2d and getting errors in Xcode 4.3.3 (4E3002). Problem in
I just start learning WPF, is that possible I can create an IE toolbar
hello i have just start using Raphael but i'm very confused in the following
I wrote simple class that on the start it just increase the value of
I just start a web application task to download messages from mailbox in an
I just start a project where I need to have a WCF services that

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.