My FeatureService is structured as such:
- Point Layer
- Point Layer
- Line Layer
- Table
I've coded to the point where I download and visualize the layers - my challenge is now accessing and editing the table only. I'm building this for Android using Xamarin. I'm looking for help to access the table and provide editing capabilities. Any help/guidance is appreciated.
You should be able to edit tables in the same way you do with the features (but without a geometry). Did you manage to get the data offline? If not, make sure that you have set `UseGeometry` to false on the layer option.