My app is basicly several pages made with jQuery Mobile. Right now, I just have one single Android activity that sets and cofigs the WebView, launching the first jQuery Mobile page stored in the asset folder. From there on, it is web technologies only. As nice as jQuery Mobile looks and works, I begin to feel limited.
The most important point is form processing. How can I transmit entered informations to the next page without any kind of server beneath it? Is there a HTML5 or Ajax way, or should I try to "connect" my current pages deeper with Android?