Hello,
I have created an android application with both offline and online scenario.
In the offline scenario I insert data into MBO, after this when I go to list view it displays blank records.
At the time of creation:
I am using offlineLogin() method to login.
After this I am calling create(parameters) method.
At the end submitPending().
In display list:
I am using findAll() method to get list of data and displaying it in list view.
Where is the problem?
Am I missing any step in between?
Thanks in advance......
- Regards
ShashanK MarathE