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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T23:54:30+00:00 2026-05-18T23:54:30+00:00

i have an option to mute in my menu options like this: <?xml version=1.0

  • 0

i have an option to “mute” in my menu options like this:

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
 xmlns:android="http://schemas.android.com/apk/res/android">

<CheckBoxPreference android:summary="Mute all sound effects" android:title="Mute"android:key="muteSound"></CheckBoxPreference>
</PreferenceScreen>

now how can i check if that checkbox is checked or not?

  • 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-18T23:54:31+00:00Added an answer on May 18, 2026 at 11:54 pm

    You have to get the SharedPreferences:

    //in the main activity you should set the default values in case user has never entered the preferences screen
    PreferenceManager.setDefaultValues(this, R.xml.preferences_file, false);
    preferences = PreferenceManager.getDefaultSharedPreferences(this);
    

    and then read the value:

    preferences.getBoolean("muteSound", true) //the second argument is the default value
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have option menu like this: <form name=AddAndEdit> <select name=list id=personlist> <option value=11>Person1</option> <option
riting a very simple search using like and have an option to omit options,
I have option groups, somethings like this: Choices = (('Group1',(('Option1','Option1'),('Option2','Option2')))) Is there anyway to
I'm soon to launch a beta app and this have the option to create
I have option menu on my activity. I am displaying another activity on click
When I use IntelliJ IDEA to export signed Android app, I have option to
in my application I have option menu it run with menu button on phone
Do all Android devices have option and back buttons? Or should my design have
I am new to Android and i have installed latest version of Android SDK
I am creating like timer application and when I start timer I have option

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.