commit | 4b87d0948353ac8980387091e80f98bf5fc18e95 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Mon Nov 30 23:56:21 2015 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Mon Nov 30 23:56:21 2015 -0800 |
tree | c7cdff134661856186ba710b5c83b843c2616834 | |
parent | 09242acc5196d43175aa5e692f4266288095743e [diff] |
syncslides: Emulating BlobRef ( to some extend ) This allows us to sync data structures faster and load the image bytes on demand after UI loads. This also allows us to simply sync the thumbnail of advertised presentations using Syncbase instead of making an Rpc. -Moving all bytes to another general purpose blobs table. -All blobs for a deck are prefixed with deckId. -There is a special syncgroup of the thumbnail of a deck that only includes a single blob row. This syncgroup is joined by everyone who discovers the presentation to get the thumbnail. Change-Id: Ib821f1e81ec25c4b08e49246bb34f12508870b22
A simple multi-device presentation system, with state synced across devices using Syncbase.
https://github.com/vanadium/syncslides/tree/master/android