Skip to content Skip to sidebar Skip to footer

Azure Offline Sync Of Data From 1:n Relationship In Android Mobile App

I'm trying to enable Azure offline sync in my Android app (Java). I added models with 1:n relationship to my cloud sync web service (C#) like in this article: public class TodoItem

Solution 1:

For android client on Azure Mobile Apps, your scenario is belong to store an object with complex properties or array property into a table, please refer to the subsection How to: Store an object or array property into a table of the section How to: Customize the client from the Azure offical document to do it.

As reference, there is a blog which introduce how to do it.

Post a Comment for "Azure Offline Sync Of Data From 1:n Relationship In Android Mobile App"