The situation is quite simple but I don't know how to do it with Java.
Basically I want to POST a domain name from a TextInput field in my app to a domainchecker.php page on a website.
So, when people enter the domain name in the app and hit the button, it takes them to our webpage and displays the results for the domain they chose.
Doesn't need to be in a WebView or anything, just having it open the browser will do fine.
Seems simple but I don't know my way around Java that well.
Basically I want to POST a domain name from a TextInput field in my app to a domainchecker.php page on a website.
So, when people enter the domain name in the app and hit the button, it takes them to our webpage and displays the results for the domain they chose.
Doesn't need to be in a WebView or anything, just having it open the browser will do fine.
Seems simple but I don't know my way around Java that well.

