What if I don't want to use online database?
I have created the 'shell' or UI of my application.
I have NOT added any db services as of yet.
I want it to work exclusively offline and self contained to the mobile device it gets installed on.
Can I just create and map to Generic Rest Services to make that happen?
Do I need a Generic Rest Service for each; Create, List, Delete?
If so, I do not have a URL to put in place and not sure what to direct it to.