I am developing a android application for a third party web site which I have no control. To use that web site user must login first. Login is done in that web site using a HTML form. Login details are sent to server by POST method and action is calling a PHP file. I want to do that login using my android application. But I don't like to load the web view and display the web page. I want to enter username and password in edittext boxes and call submit button programatically.
I searched a lot, but couldn't find a answer matches with my need.
Can anyone post a complete answer or a link to a source code?