I am looking for developing an application that will receive user data from the user, go to the site, log in, return the values on the web page, and then display them to the user on the phone.
Does java have this functionality? Maybe I need to use javascript? do these answers depend on the website i am trying to access?
In my head, I believe that I can simply read strings or characters in the parameters, analyze the web page for the appropriate form, and “insert” the corresponding value into the “window” field. However, I never tried to code something like this, so I am completely new to this idea and do not know where to start. I tried a Google search, but any information I found was either irrelevant or inconsistent.
I'm not looking for code to do this because I will not really learn from this, but a finger in the right direction would be great. I really want to try better programming, so I started giving myself these small side projects.
Any help that could be offered would be great
source share