Error in http connection android.os.networkonmainthreadexception
问题 I wrote app for android and i have one problem. It works on phone, but it doesn't work on tablet. I have Error : Error in http connection android.os.networkonmainthreadexception. It is my code: public class AktualizacjaActivity { public static final String KEY_121 = "http://xxx.php"; public String getServerData(String returnString,Context context) { DatabaseAdapter db1 = new DatabaseAdapter(context); db1.open(); String question=""; try { Cursor c = db1.makeCursor(DatabaseAdapter.STRUCT, new