|
|
|
|
Eric.Weblog(): Keep your CRUD off the Internet Whenever I explain database sync for mobile, somebody asks,
"What kinds of apps would benefit from that?"The correct answer is: "ALL apps".Actually, that's an exaggeration. I see no reason for my alarm clock or
calculator apps to sync data with a server...
Dateline: 2013-04-23 8:31am -07:00T (594 words)
Average Rating:
|
| |
|
|
Eric.Weblog(): Announcing Zumero SQLite for Xamarin I am pleased to announce that Zumero SQLite is now available in the Xamarin Component Store. It's free, and it supports Android and iOS.Zumero SQLite for Xamarin starts with the core "replicate and sync" functionality from the Zumero Client SDK and adds:...
Dateline: 2013-04-14 8:46am -07:00T (509 words)
Average Rating:
|
| |
|
|
Eric.Weblog(): Enterprise mobile will have a lot of SQL going on A hearty "amen" to Annie Bourne of Kinvey on her blog entry today entitled The Top 4 Mobile Challenges for Enterprises, from which I quote:"Enterprises have invested billions in certain databases and development frameworks and APIs. They also have invest...
Dateline: 2013-03-21 2:16pm -07:00T (375 words)
Average Rating:
|
| |
|
|
Eric.Weblog(): Zumero: Efficient sync by using multiple SQLite files The code for this little project is getting too long to be inlined
here in the article, so I've posted it on Github.Mobile offline RSS reader, Part 3Lots of new stuff. I've now got three separate executables:z_rss_create.exe -- For each feed that has not...
Dateline: 2013-03-19 11:46am -07:00T (1192 words)
Average Rating:
|
| |
|
|
Eric.Weblog(): Fine-grained permissions in Zumero All right, which one of you people added John C. Dvorak to my list of RSS
feeds?
eric$ ./sqlite3
SQLite version 3.7.15.2 2013-01-09 11:53:05
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> SELECT zumero_sync(
'main',
...
Dateline: 2013-03-18 8:31am -07:00T (705 words)
Average Rating:
|
| |
|
|
Eric.Weblog(): Using Zumero from C# I think it's safe to say that more RSS readers are being built this week
than at any other point in history. I particularly enjoyed this image from
Miguel de Icaza which showed up in my Twitter stream yesterday:I hate being excluded from what all the coo...
Dateline: 2013-03-15 2:01pm -07:00T (1731 words)
Average Rating:
|
| |
|
|
Eric.Weblog(): Announcing something new: Zumero I am so very excited to unveil our latest endeavor:What is Zumero?To describe Zumero, we first describe SQLite.SQLite is a lightweight (but
surprisingly powerful) implementation of a SQL database.SQLite is the standard database software for iOS, Android, ...
Dateline: 2013-03-14 10:31am -07:00T (1506 words)
Average Rating:
|
| |