[MonoTouch] SQLite iOS binding to UITableView
Stuart Lodge
me at slodge.com
Fri Mar 16 19:32:15 UTC 2012
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 <
karl at e-magesolutions.com> 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 <me at slodge.com>
> Date: Fri, 16 Mar 2012 10:40:08 -0700 (PDT)
> To: "monotouch at lists.ximian.com" <monotouch at lists.ximian.com>
> 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
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monotouch/attachments/20120316/34ba4d59/attachment.html>
More information about the MonoTouch
mailing list