I am making an android app for http://yearbook08.com/ I know how to parse through a web page but I have no idea how to enter information in particular field or move onto another page.
If you open this link there are two text fields I want to enter data from my app and want to log in, if somebody has code for this it would be much helpful
If you want to enter user information without using the actual UI of the page, it will require some usage of http requests (shown here).
As well you would need some kind of reverse engineering via reading the page’s http headers, to know what the page responses in different navigational scenarios. To do this you’d need something like this.