Hi, > I would try to avoid anything that uses the [Bindable] metadata mobile > project because of the performance overhead
I've used binding in mobile applications with no performance issues. Binding is hugely convenient and can save you a large amount of code and time. IMO It's best not to pre optimise but first see if it works for you. Thanks, Justin
