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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:13:40+00:00 2026-06-14T09:13:40+00:00

hello am trying to implement an onclick event for CheckBoxPreference. In the folder res/xml/preferences.xml

  • 0

hello am trying to implement an onclick event for CheckBoxPreference.
In the folder res/xml/preferences.xml i have this preference:

<CheckBoxPreference
android:key="IsEnable"
android:title="IsEnable"
android:persistent="true"
/> 

i followed this answer on SO:
Android preferences onclick event

In the activity.java:

public class settingsActivity extends SherlockPreferenceActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
addPreferencesFromResource(R.xml.preferences);
Preference myPref = (Preference) findPreference("IsEnable");
myPref.setOnPreferenceClickListener(new OnPreferenceClickListener() {//<--compilation error
public boolean onPreferenceClick(Preference preference) {
//code goes here
return true;
}
});
}

But am getting the below compile error at the 7th line:
Multiple markers at this line
– OnPreferenceClickListener cannot be resolved to a type
– The method setOnPreferenceClickListener(Preference.OnPreferenceClickListener) in the type Preference is not applicable for the
arguments (new OnPreferenceClickListener(){})

Thank you for your help.

  • 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-14T09:13:41+00:00Added an answer on June 14, 2026 at 9:13 am

    You need to import it too? Check if you have this line

    import android.preference.Preference.OnPreferenceClickListener;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been trying to implement the tab UI described in this tutorial: https://developer.android.com/resources/tutorials/views/hello-tabwidget.html I
Hello guys, I have been trying to implement the DSUM function but failed to
Hello im trying to implement this D3 project http://bl.ocks.org/929623 : with images like this
I am trying to implement the GridView tutorial at: http://developer.android.com/resources/tutorials/views/hello-gridview.html However, I get the
Hello i'm trying to implement an AsynController, here is my code: [NoCache] public class
Hello everyone i am trying to implement push notifications with urbanairship i followed the
I am trying to implement a hello world application for the iPhone and i've
hello i am trying to load a list of filenames from a folder into
Hello I was trying to remove objects from object array that I have and
Hello there people of stack overflow, I have just started developing with android and

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.