DEV Community

Discussion on: Implement Dark/Night Mode in an Android app with a ListPreference toggle

Collapse
 
fenxe profile image
fenxe

Awesome. One more thing, will the code change if i want to use SwitchPreference?

Thread Thread
 
aurumtechie profile image
Neeyat Lotlikar

Not much really. Even the methods used should remain the same. Switch preference will have to be implemented and that's pretty much it.

Thread Thread
 
fenxe profile image
fenxe

Okay, that really helps.