Can I control the type of synchronization (generic sync or smart sync) within one mobile application, i.e. one data container is synchronized with generic sync and another data container smart sync?
Generic Sync and Smart Sync are technically two separate API and by choosing either of these, the application is hence either using Generic Sync or Smart Sync. Technically it is possible to have both generic sync and smart sync in a single application. However generic sync is advised only for very simple data exchange scenarios. For complex scenarios, smart sync is encouraged. On a data transport level though, both generic sync and smart sync use data containers for transport from client to WebAS.
Related Questions
- Can I control the type of synchronization (generic sync or smart sync) within one mobile application, i.e. one data container is synchronized with generic sync and another data container smart sync?
- Can I run xMTT (a Generic Synchronization application) with another Smart Synchronization application (e.g. xMAM) on the same device?
- What Type of Data Can an Application Access Through the OLAP Java API?