摘要: 来自:http://www.2cto.com/kf/201402/281526.htmlNetworkOnMainThreadExceptionextends RuntimeExceptionjava.lang.Object?java.lang.Throwable?java.lang.Exception?java.lang.RuntimeException?android.os.NetworkOnMainThreadExceptionClass OverviewThe exception that is thrown when an application attempts to perfor 阅读全文
posted @ 2014-03-26 11:53 奇异果Kiwi 阅读(264) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends Activity{ /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); this.registerReceiver(mBroadcastReceiver, new IntentFilter( ConnectivityM... 阅读全文
posted @ 2014-03-26 10:08 奇异果Kiwi 阅读(1104) 评论(0) 推荐(0) 编辑