Data
4 min
data is the most crucial aspect of developing a mobile app; leveraging this data intelligently can transform a good app into a great one, harnessing the power of data within mobile applications drives engagement, personalization, and functionality this section covers data concepts, lifecycles, syncing and loading data, and data providers integrating with other systems to expose data concepts data lifecycles in jigx docid\ wnwglt6jgabmyznz9mcx4 explains when data is loaded when it is cached and what triggers loading from cache vs loading from tables syncing remote and loading local data docid\ zigtmgmjoqjjlm6 ttjvy explains how to sync data from the cloud and how to display it on a jig it also explains the difference between coordinating local and remote updates and their effect on a user's experience when to load data docid fftw9cmuykuwkqzqpu4l is probably one of the most important topics when you design your solution the timing of this will determine how robust the solution will work in offline environments and how loading data just in time can affect the user's experience offline solutions docid\ d3aq odazvcsrhxnwly1j access to data while a device is offline, for example, in airplane mode or without an internet signal once the device is back online, how is the data synced data providers dynamic data docid\ ghdcdrnekxytnuvin5whf is a jigx specific data source that automatically syncs data in real time between devices it is a great platform for disposable data, defining data that is not already available in existing systems, and how to sync data in real time between users and their devices, regardless of where it is updated microsoft azure sql https //docs jigx com/microsoft azure sql provides an overview of working with microsoft azure sql and a guide on configuring secure access and jigx functions to read, update and delete data with queries and stored procedures microsoft onedrive docid\ k6zgcjcv5tmavjf8srpc3 integration allows you to create, updated, and delete files in onedrive in a solution, you can list, and download files from onedrive rest docid\ jjuid0htf7uk1c8rvntkm provides an overview of working with rest services, including how data is returned, transformed, and used in the solution this section explains selective data updates and how to configure security and more complex rest calls salesforce docid\ fw3kpzojmmnk6coki2cjw provider allows you to integrate with your salesforce instance, with access to share data about sales, customers local stores data locally inside your solution until the app closes soap works with apis based on soap protocols datasources datasources docid\ zztav4gd3sttkeg8ihvgo are sets of data referenced when building solutions in jigx these are datasources docid\ zztav4gd3sttkeg8ihvgo the data set is defined once and is available throughout your solution to be reused in multiple jigs datasources docid\ zztav4gd3sttkeg8ihvgo the data sets are available inside the individual jig entities entities refer to tables in data providers or datasources where data is saved, created, updated, read, and deleted actions docid\ ygtqc7neyjmft y 9fyb4 provide the ability to execute the crud methods, sync data, and refresh data on individual rows execute entity https //docs jigx com/examples/execute entity or multiple rows execute entities https //docs jigx com/examples/execute entities