mobile-synchronization-training
Mobile icon

Mobile Synchronization Training

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded on 26 August 2023 by 
5.0
 (3 ratings)
mobile-synchronization-training

Mobile Synchronization Training

Details
Training for advanced Read/Write synchronization patterns. Patterns in this forge component are for educational purposes.
Read more

Once Installed, you will need to generate a mobile application. I suggest Android with debug. You can also distribute as a PWA.


This application started as a clone of the Outsystems Sample Data DB. The goal was to use a data set developers are more familiar with. Sample Screens are generated from the Sample Data DB.


This application uses Application Framework patterns. AF was not implemented completely to keep the application smaller and have less dependencies.


Notable AF Implementations:

  • CRUD wrappers
  • EntityActionResults
  • Database Attributes (Updated On/by, created on/by, isactive)
  • Updated attributes are also key components for the synchronization process


Feedback/Questions/Issues: monpasdg@gmail.com



Harden your mobile synchronization patterns against performance bottlenecks and network issues.  

  • Consider GUID Primary Keys on mobile to rid yourself of the issues managing hash tables and PK id collisions.
  • Challenge your knowledge with questions asked throughout the synchronization process.
  • Review bootstrap sync patterns with caching.
  • Increase performance via bulk sync patterns.
Release notes (1.0.2)

Updated dependencies with current OSUI

License (1.0.2)
Reviews (0)
Team