I have been using SAP Cloud SDK for Android to generate a native application. It uses an ODATA Service and has offline functionalities. Everything works fine... I have 5 Entities and wizard has created CRUD forms for them, and synchronization works fine too.
The big question is, how can I in my custom code read a list of entities? for example, I have an entity Products, how can I populate a list of Products from data on my phone?
I have been following
but I don't know what is demoService
in my case?