A demo android studio project which implements the functionality of switching between dark and light theme in android application.
add the following dependency in your build.gradle(Module:app)
file
dependencies {
implementation 'com.google.android.material:material:1.2.1'
}
or get latest dependency