what is meant by "no web services required"
Hi. I read about a project where they say
i need someone to create a mobile app using Jquery mobile , the app will be static and there is no web services
Can someone say what is meant by "no web services"?
Ok great. So it would not connect to a remote database I guess.
kaufmed
On second thought, perhaps it could be connecting to remote systems via Sockets. But I believe this kind of communication is rare in the mobile arena. Most network communication is handled via technologies like REST-based web services for ease of portability (i.e. you can call a REST web service from a Windows phone, and Android phone, or an IPhone without having to change a thing--it's just like entering a URL into a browser).