Lychee
Lychee copied to clipboard
Observable resources
It is possible to observe configuration changes for changingConfigurations of a resource:
res.text(R.string.*) => Property<CharSequence>
textView.bindTextResTo(R.string.*)
Consider: whether it is useful?