Totally agree - I'm binding to in-memory objects - this isn't writing back to the database or to a web-service on every change.
I'm a much more recent convert to data-binding - 12 months ago I didn't use it at all, now I'm using it in all my Android XML and all my iPhone XIB code too :) Stuart On 16 March 2012 17:48, Karl Heinz Brehme Arredondo < [email protected]> wrote: > I learned from Windows Mobile compact framework 2.0 to do not make > bindings, that there they was slower than fetch records in netcf 2.0 (and > probably but in a small scale, in all .NETs on windows, desktop, device and > web). > > So when I need bind something, I create a List<Something>, load it from > webservice or Sqlite or some cache loaded before, and then bind it to a > ViewTable, or fetch it to another thing that bind is slower or inexistant. > > Karl > > From: slodge <[email protected]> > Date: Fri, 16 Mar 2012 10:40:08 -0700 (PDT) > To: "[email protected]" <[email protected]> > Subject: Re: [MonoTouch] SQLite iOS binding to UITableView > > If you really want do do bindings then I've got some examples at > > https://github.com/slodge/MvvmCross/blob/master/Sample%20-%20SimpleDialogBinding/SimpleBinding/SimpleBindingDialog/TipView.cs > - but that is a modified version of MT.Dialog > > But most people don't do "bindings" - instead they fetch the data back from > the elements when they need to do a save > > Hope that helps > > Stuart > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/SQLite-iOS-binding-to-UITableView-tp4478704p4478865.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
