Sync text with a Observable!string
sync source
register a sibscription into this
auto bag = new CompositeDisposable; auto entry = new Entry; auto label = new Label; label.setTextWith(entry.changedAsObservable(), bag);
See Implementation
Sync text with a Observable!string