httpclient (phpmyadmin) not working on Android 4.0+

前端 未结 4 1053
北恋
北恋 2021-01-27 09:12

I use this code below, it works perfectly in Android 2.3.3. However, in 4.0+ it can\'t connect to database somehow. I saw some posts about you need to get it in a asynch class.

4条回答
  •  一生所求
    2021-01-27 09:36

    why you are passing null in function of web connection and web service .?

    getServerData(null);
    

提交回复
热议问题