Initial Resources
Load initial resources
Nextome SDK supports offline mode but only if the resources of the venue were downloaded at least the first time. It is also possible to provide the SDK initial resources to let the app work offline from the start.
The zip file with the initial resources can be downloaded from the web portal
-
Add the resource in the root directory of the project
-
Initialize the SDK with an Asset Resource
If you don't want to bundle the initial data inside the assets
folder (for example to download it from an API) you can pass the local path by using the LocalResource
instead of AssetResource
.