I do not know how to explain myself but I will try to do it in the best possible way.
I have been designing Android apps with the help of Eclipse and Cordova. My app can connect to an external database (web hosting). What it does is verify if the user exists and give continuity to it. The process I do in PHP but the PHP file is outside the apk since it does not work if I work from there.
In other words, first I create the form iniciarsesion.html with the POST action at www.paginaweb.com/procesoiniciarsesion.php and it works successfully, now the problem arises when I want to return to another form within the app since As I check from the outside, I do not know how to get back to the app.
Normally what I have done is once I verify from the outside, I continue with forms externally, but I would like the forms to be maintained in the application to avoid higher costs in mobile data plans.
Thanks programmers