--- nav-title: "TextView How-To" title: "How-To" description: "Examples for using TextView" --- # TextView Using a TextView requires the text-view module. ### Binding two TextViews text property to observable view-model property. ### Creating a TextView ### Setting the text of a TextView ### Binding text property directly to model ### Setting the hint of a TextView ### Binding hint property directly to model ### Setting the editable property of a TextView ### Binding editable property directly to model