Hello comunity,
I have a webmap hosted on Portal for Arcgis. This webmap has a basemap, a feature service and some related tables.
Reading https://developers.arcgis.com/android/guide/editing.htm, it says that using ArcGISFeatureLayer i would be able to edit those related tables.
So i have been trying to figure out how to do that. I checked the public methods on ArcGISFeatureLayer, the GitHub repo, but i couldnt find an example on how to add new register to a related table.
Any advice would be appreciated.