Search code examples
androidbindingtextviewxamarinmvvmcross

How to Bind Android TextView to Click event with MvvmCross


Is it possible to Bind Android TextView to Click event with MvvmCross? Or as alternative make a button which looks like TextView?


Solution

  • It is turned out that TextView can be bound same way as Button

    local:MvxBind="Click DoCommand"