i’m newbie to mobile devices, and i’ve to develop a simple database driven application targeted for mobile devices, in asp.net .
In particular, my customer needed to:
- Access with their account to our database
- Make Photos to some items
- Associate to it some datas: price, some date, …
- Publish it
I thought i can build a “single” web app maybe with jquerymobile, instead one app for device .
So customers can access to web app via browser and a standard http://www.something.com .
Could this approach be good ?
Web apps don’t have access to camera. In your case you might want to go native or use something like phonegap or appcelerator.