android / sunflower

A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
https://d.android.com/jetpack
Apache License 2.0
17.66k stars 4.71k forks source link

Preference / Settings page #316

Open RoarGronmo opened 5 years ago

RoarGronmo commented 5 years ago

Hi, I would like to see implementation of preference/settings page, and how to change textcolor / textbackground in important issues in preferences, and how to cope with style/themes according to preferences/settings.

androidx.preferenceFragmentCompat

https://developer.android.com/jetpack/androidx/releases/preference

RG

tiembo commented 5 years ago

This is a good candidate for addition to Sunflower! In the meantime, these are good resources for learning about Settings and Preferences: