need help, got confuse with AsyncTask

后端 未结 4 1642
-上瘾入骨i
-上瘾入骨i 2021-01-29 07:44

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

4条回答
  •  [愿得一人]
    2021-01-29 08:23

    Put in your OnClick method

    new LoginTask().execute(stringParam);
    

    to execute your method after clicking element.

提交回复
热议问题