Hi Team,
I am planning to download the database and also all the tables from arcGIS cloud group into the app.
Is there any functions (get call) for this step in Kotlin ArcGIS SDK?
Hi,
If you have a feature service with multiple layers/tables in it, you can use the following sample as reference to take all the layers/tables in that service offline at once.
Thanks
Rama