I was trying to do this using HTTPClient since all the tutorials on the web are using HttpClient. But then I get the message Cannot resolve HTTPClient and that is proabably because it is deprecated since SDK 23. And there are not many tutorials to send POST request using URL Connection.
So can anyone please tell me how to do that ? Basically let's just say, I ask user to enter the name and when he clicks submit button that is stored in PHP database.
P.S. : I know about ASynk Task, and I know Php and SQL.