Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

Although I usually search in codeproject.com to find out some answers but this is the first time I really ask a question by myself here. So please help me!!!

I am developing an mobile application which can be run on mobile devices (with OS like Android, iOS, WP7...). This application will get data from online database then store them to local database in device and I can do CRUD with data. There are two ideas:

1. I'll create a webservice to handle with database on host and use some cross-platform framework to building an app then connect to webservice in order to get and put data to server. Issues:

- Which technology should I use to create webservice? (RESTful/SOAP...?)
- Which type of return data for easy to handle? (XML/JSON...?)
- How to sync between local database and database on host?

2. I'll make an application for loading an external URL and build a website (with all of features that I need to work with database). Issues:

- iOS, Android, WP7... accept for loading external URL in applications?
- How to sync data like my first idea?
- Should I use single page application technology?

Thank you
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900