We are doing offline development using Kapsel master detail template. We are using Odata services for fetching data from backend and we are able see the initial screen of the application after successfully registering our app with SMP server. But the issue is in local offline database it is downloading only partial entries for all the collection sets. For example we have checked our data services in back end its giving 64 entries but in offline local store it is giving only 39 entries. Currently we are using only 2 Entities which have 64 and 12 entries but in offline store it is giving only 39 and 2 entries, which rules out the space constraint of the offline database. Due to this issue we are not able to move further in development because data is inconsistent.
We are using Android emulator for testing our application
We are referring this link for development .