I\'m new in android and i need to make AsyncTask, so my application can work on ICS. But after I read tutorials i still got confuse. Anyone, please help me to fix my code, i don
Put in your OnClick method
OnClick
new LoginTask().execute(stringParam);
to execute your method after clicking element.