I am wondering, if you had to describe or draw the logic behind calling a web service, while using, jQueryMobile, HTML5, CSS, Java-Script.
For example, in the Android platform. We have.
1.User Interface in an XML file, or Java
2.Behavior, in java classes. In those classes we have then all the behavior, connectivity and so on.
3.In the java class, we can write java code to interact with an external Web-service.
In a Mobile Web App we have
- User interface, HTML,CSS,JS (include frameworks, jQueryMobile etc...)
How about the behavior?? I know JavaScript is for behavior, but is it used also to call web services, update, download, files, text and so on?