Hi All,
Iam trying to do an application in Native android, I have copied the generated MBO codes to my project in eclipse.Now I want a functionality where my app should store data into Local Mobile DB if no network connection exist.
So my question is,
1- Should I create my own DB for this using sqlite or will MBO create it?
2- In case MBO is creating it, what will be the fields will be there in the Tables?
3- How can I check for network and Do the sync accordingly?
4- What should I do if User closes the application and still data was not sync'd and it exists in LocalDB?
I'm badly stuck here .Please help me in this.
Regards,
Pratheek