I am trying to work on telephone applications, but I do not know how to build the architecture.
I am trying to create an MVC model with large js for the controller, a js file with an ajax request to get information from the server (model).
For representations, I use the main layout with a heading and a head.
I am updating my content using upload in jQuery.
I have some problems using this system, since the previous button closes the application, because I always use the same page. When I rotate my screen, I return to the first screen because the page is refreshing.
I would like to know if you have any solutions or some code sample to start with good bases.
thank
source
share