SlideShare a Scribd company logo
2
Most read
5
Most read
9
Most read
Rajab Davudov
Preferences are Important
• Preferences are an important part of an
  Android application. It is important to let
  the users have the choice to modify and
  personalize their application depending
  on their needs.
Preferences are Important
How To
• res/xml/preferences.xml
• an Activity extends PreferenceActivity
Preference Types
• The CheckBoxPreference is a simple checkbox, that can return
  true or false.
• The ListPreference, which shows a radioGroup where only 1
  item can be selected a time.
• The EditTextPreference shows a dialog with an editText view
  which returns a String.
Preference Types
Preference Types
• The RingtonePreference shows a radioGroup that shows the
  ringtones.
• The Preference is a custom preference.
• The PreferenceScreen is a screen with preferences. When you
  have a PreferenceScreen inside an other PreferenceScreen, it
  simply opens a new screen with other preferences.
Preference Types
CheckBoxPreference
<CheckBoxPreference
           android:title="Checkbox Preference"
           android:defaultValue="false"
           android:summary="This preference can be true or false"
           android:key="checkboxPref" />
ListPreference
<ListPreference
       android:title="List Preference"
       android:summary="This preference allows to select an item in a array"
       android:key="listPref"
       android:defaultValue="digiGreen"
       android:entries="@array/listArray"
       android:entryValues="@array/listValues" />
Use Preferences
SharedPreferences sp =
PreferenceManager.getDefaultSharedPreferences(this);

boolean checked = sp.getBoolean("checkBox", true) ;
String s = sp.getString("radioButton", "default") ;
Think, Design, Code !!!
Rajab Davudov
  Senior Developer at Azerfon
            radjab@gmail.com
https://play.google.com/store/apps/developer?id=RADJAB
http://gplus.to/radjab
http://www.fb.me/rajab.davudov
http://www.linkedin.com/in/radjab

More Related Content

PPTX
Introduction to Android and Android Studio
PPTX
Android Layout.pptx
PPTX
Android share preferences
PDF
Android Multimedia Support
PPTX
Android User Interface
PPTX
Android Intent.pptx
PPTX
Android UI
DOCX
Android-dialogs in android-chapter14
Introduction to Android and Android Studio
Android Layout.pptx
Android share preferences
Android Multimedia Support
Android User Interface
Android Intent.pptx
Android UI
Android-dialogs in android-chapter14

What's hot (20)

PDF
Android Fragment
PDF
Fragments In Android
PPTX
Android studio installation
PDF
AndroidManifest
PDF
Action Bar in Android
PPT
Java awt
PPTX
Android Widget
PDF
Android Location and Maps
PPTX
Content provider in_android
PPTX
OOP concepts -in-Python programming language
PPTX
android sqlite
PPT
android menus
PPTX
Notification android
DOCX
Android menus in android-chapter15
PPTX
unit testing and debugging
PDF
JavaScript - Chapter 12 - Document Object Model
PPTX
Validation Controls in asp.net
PDF
Events and Listeners in Android
PPT
android activity
PPT
7.data types in c#
Android Fragment
Fragments In Android
Android studio installation
AndroidManifest
Action Bar in Android
Java awt
Android Widget
Android Location and Maps
Content provider in_android
OOP concepts -in-Python programming language
android sqlite
android menus
Notification android
Android menus in android-chapter15
unit testing and debugging
JavaScript - Chapter 12 - Document Object Model
Validation Controls in asp.net
Events and Listeners in Android
android activity
7.data types in c#
Ad

Viewers also liked (20)

PPTX
Rashad Aliyev - Hackathons
PPTX
Tofiq Mammadov - ecaHack
PPTX
Windows Phone8
PPTX
Using Controls, calling Launchers. IsolatedStorages and Local DataBase samples
PPT
HTML5 + PhoneGap
PPTX
Win Phone 2 - Statistika
PPTX
Win Phone 2 - Qaliblər
PPT
Preparing presentations
PPT
HTML5 + PhoneGap & Windows Phone
PPTX
Apps with the operator
PPTX
Win Phone 2 - Yazılan tətbiqlər
PPTX
Teqdimat
PPTX
Android for-indoor-services
PPT
Brew Compilation
PPTX
Дмитрий Рыжков. Intel Android x86.
PDF
писаревский алексей
PDF
Государственный реестр регистраторов расчетных операций (РРО) от 02.08.2013
PDF
04 ns array
PPTX
Hackathon final
PPTX
Живые обои для Android. Как создать. Тонкости. Продвижение
Rashad Aliyev - Hackathons
Tofiq Mammadov - ecaHack
Windows Phone8
Using Controls, calling Launchers. IsolatedStorages and Local DataBase samples
HTML5 + PhoneGap
Win Phone 2 - Statistika
Win Phone 2 - Qaliblər
Preparing presentations
HTML5 + PhoneGap & Windows Phone
Apps with the operator
Win Phone 2 - Yazılan tətbiqlər
Teqdimat
Android for-indoor-services
Brew Compilation
Дмитрий Рыжков. Intel Android x86.
писаревский алексей
Государственный реестр регистраторов расчетных операций (РРО) от 02.08.2013
04 ns array
Hackathon final
Живые обои для Android. Как создать. Тонкости. Продвижение
Ad

Similar to Android Preferences (20)

PPTX
Android Chapter 4 part2 Types of View and View group
PPTX
Application Development - Overview on Android OS
PDF
What's new in Android O
PPT
Lecture Slides for Preferences and Menus [Android ]
PDF
Android App Development 03 : Widget &amp; UI
PPTX
SHARED PREFERENCES IN ANDROID APPS.pptx
PPTX
SHARED PREFERENCES IN ANDROID APPS.pptx
PPTX
Android webinar class_1
PDF
01 09 - graphical user interface - basic widgets
PPTX
SPS Leicester 2018 - Joel Rodrigues - PnP reusable controls and PnPjs
PPTX
Android Tutorials - Powering with Selection Widget
PDF
Behavior driven integration with Cucumber & Citrus
PPT
viWave Study Group - Introduction to Google Android Development - Chapter 23 ...
PPTX
Fernando F. Gallego - Efficient Android Resources 101
PPTX
Lecture_On_AndroidApp_UserInterface.pptx
PDF
Firebase Realtime Database and Remote Config in Practice - DroidCon Moscow 2016
PPTX
Android webinar class_2
PPTX
Day 5 android app code advancement
PPTX
Android programming basics
PPT
Selenium and The Grinder
Android Chapter 4 part2 Types of View and View group
Application Development - Overview on Android OS
What's new in Android O
Lecture Slides for Preferences and Menus [Android ]
Android App Development 03 : Widget &amp; UI
SHARED PREFERENCES IN ANDROID APPS.pptx
SHARED PREFERENCES IN ANDROID APPS.pptx
Android webinar class_1
01 09 - graphical user interface - basic widgets
SPS Leicester 2018 - Joel Rodrigues - PnP reusable controls and PnPjs
Android Tutorials - Powering with Selection Widget
Behavior driven integration with Cucumber & Citrus
viWave Study Group - Introduction to Google Android Development - Chapter 23 ...
Fernando F. Gallego - Efficient Android Resources 101
Lecture_On_AndroidApp_UserInterface.pptx
Firebase Realtime Database and Remote Config in Practice - DroidCon Moscow 2016
Android webinar class_2
Day 5 android app code advancement
Android programming basics
Selenium and The Grinder

More from Rashad Aliyev (19)

PPSX
Khazar University Library
PPT
Digər proqramlaşdırma dillərində Android platforması üçün proqramlaşdırma
PPTX
Telephony API
PPTX
Android Database
PPTX
Rajab Davudov - Android Database
PPT
Rajab Davudov - Developing Location Based Applications for Android
PPTX
Rajab Davudov - Android UI Design: Layouts
PPTX
Ramin Orujov - Android API Overview and Repository
PPT
Hackathon
PPTX
Hackathon Azerbaijan Next Step
PPTX
Hackathon Azerbaijan
PPTX
Xana 6yash
PPT
Increasing role of Tablets and Mobile devices
PPTX
Azerbaycanda mobil rabite
PDF
BEYNƏLXALQ MALİYYƏ HESABATI STANDARTLARI
PPT
Ires Training Academy New Portrait
PPT
moxito.az-da reklam yerləşdirmə ardıcıllığı
PPT
Rashad Ali Oghlu Birge.Az
PPT
NüMayişşşşşşş
Khazar University Library
Digər proqramlaşdırma dillərində Android platforması üçün proqramlaşdırma
Telephony API
Android Database
Rajab Davudov - Android Database
Rajab Davudov - Developing Location Based Applications for Android
Rajab Davudov - Android UI Design: Layouts
Ramin Orujov - Android API Overview and Repository
Hackathon
Hackathon Azerbaijan Next Step
Hackathon Azerbaijan
Xana 6yash
Increasing role of Tablets and Mobile devices
Azerbaycanda mobil rabite
BEYNƏLXALQ MALİYYƏ HESABATI STANDARTLARI
Ires Training Academy New Portrait
moxito.az-da reklam yerləşdirmə ardıcıllığı
Rashad Ali Oghlu Birge.Az
NüMayişşşşşşş

Recently uploaded (20)

PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPT
Teaching material agriculture food technology
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Cloud computing and distributed systems.
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Spectroscopy.pptx food analysis technology
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Machine learning based COVID-19 study performance prediction
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Big Data Technologies - Introduction.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Teaching material agriculture food technology
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Cloud computing and distributed systems.
NewMind AI Weekly Chronicles - August'25 Week I
Review of recent advances in non-invasive hemoglobin estimation
Spectroscopy.pptx food analysis technology
Diabetes mellitus diagnosis method based random forest with bat algorithm
“AI and Expert System Decision Support & Business Intelligence Systems”
Network Security Unit 5.pdf for BCA BBA.
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Mobile App Security Testing_ A Comprehensive Guide.pdf
Programs and apps: productivity, graphics, security and other tools
20250228 LYD VKU AI Blended-Learning.pptx
Empathic Computing: Creating Shared Understanding
Machine learning based COVID-19 study performance prediction

Android Preferences

  • 2. Preferences are Important • Preferences are an important part of an Android application. It is important to let the users have the choice to modify and personalize their application depending on their needs.
  • 4. How To • res/xml/preferences.xml • an Activity extends PreferenceActivity
  • 5. Preference Types • The CheckBoxPreference is a simple checkbox, that can return true or false. • The ListPreference, which shows a radioGroup where only 1 item can be selected a time. • The EditTextPreference shows a dialog with an editText view which returns a String.
  • 7. Preference Types • The RingtonePreference shows a radioGroup that shows the ringtones. • The Preference is a custom preference. • The PreferenceScreen is a screen with preferences. When you have a PreferenceScreen inside an other PreferenceScreen, it simply opens a new screen with other preferences.
  • 9. CheckBoxPreference <CheckBoxPreference android:title="Checkbox Preference" android:defaultValue="false" android:summary="This preference can be true or false" android:key="checkboxPref" />
  • 10. ListPreference <ListPreference android:title="List Preference" android:summary="This preference allows to select an item in a array" android:key="listPref" android:defaultValue="digiGreen" android:entries="@array/listArray" android:entryValues="@array/listValues" />
  • 11. Use Preferences SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(this); boolean checked = sp.getBoolean("checkBox", true) ; String s = sp.getString("radioButton", "default") ;
  • 13. Rajab Davudov Senior Developer at Azerfon radjab@gmail.com https://play.google.com/store/apps/developer?id=RADJAB http://gplus.to/radjab http://www.fb.me/rajab.davudov http://www.linkedin.com/in/radjab