Lychee icon indicating copy to clipboard operation
Lychee copied to clipboard

Observable resources

Open Miha-x64 opened this issue 4 years ago • 0 comments

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?

Miha-x64 avatar Sep 18 '20 21:09 Miha-x64