Welcome to the conference app code tour There are a number of potentially interesting nuggets inside the conference app. Below is a list of the sections we found most useful. We named the controls that contain the relevant code next to each topic. Mobile highlights subsection 1. Swiping - button "top bar behavior" of card "behaviors" of stack "templates" of stack "Live Events" * Used Animation Engine in original version * Developer version converted from using ae to using the move command * Gradual swiping used mouseMove 2. Returning to last-used card - card "home" script 3. Behaviors - Schedule scrolling behavior - button "schedule behavior" of card "schedule" of stack "templates" of stack "Live Events" * An improved version has been created, but we did not have time to implement or include the new version in this release. The new version improves scrolling for list groups with headers. 4. Animation Engine + licensing corollary - Animation Engine was loaded as a substack of stack "Live Events" * AE was used only for swiping to show the navigation menu. All main groups on a given card were swiped. Database highlights subsection 1. LiveCloud API usage - cdb_AdvancedLocalQuery cdb_BasicLocalQuery cdb_BatchReadLoclRecords cdb_BuildQuery cdb_CheckVersion cdb_CreateCloudRecord cdb_DeleteLocalRecord cdb_DeleteRecord cdb_GetHyperBlob cdb_GetRecord cdb_ListLocalValues cdb_LookupCloudValue cdb_LookupLocalValue cdb_ReadCloudRecord cdb_ReadLocalRecord cdb_Result cdb_SaveRecord cdb_SetLogMode cdb_SetWorkingDatabase cdb_SyncDatabase cdb_UpdateWidget 2. HyperBlobs - For examples of how Hyperblobs are used: btn "Select Image" of card "Comments" of stack "Live Events" card “Comments” of stack “Live Events” grp “new comment” of card “comments” of stack “Live Events” grp “comment template” of card “comments” of stack “Templates” image “CommentImage” of grp “comment template” of card “comments” of stack “templates” 3. Data modeling - Ecosystem highlights subsection 1. User registration - card "home" script, "join" group, "finish" group 2. Registration fields behavior - button "behavior_fields" on card "home" 3. Email verification - "join" group 4. Chat subsystem - Thanks for reading. Hopefully there is something interesting in this code that you can use in your own applications. Please send us any commentary you have about this project. The conference app is released under the MIT license. [link to code here] The MIT License (MIT) Copyright (c) 2014 Canela Software Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.