[MonoTouch] SQLite iOS binding to UITableView
Karl Heinz Brehme Arredondo
karl at e-magesolutions.com
Fri Mar 16 17:48:12 UTC 2012
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-%20SimpleDialogBin
ding/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-tp4
478704p4478865.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/f7261399/attachment.html>
More information about the MonoTouch
mailing list