2016年6月1日
摘要: 读取字符流封装类 阅读全文
posted @ 2016-06-01 19:56 小李子的博客园 阅读(1209) 评论(0) 推荐(0)
摘要: // 判断网络状态 public boolean isNetworkConnected(Context context) { if (context != null) { ConnectivityManager mConnectivityManager = (ConnectivityManager) context ... 阅读全文
posted @ 2016-06-01 16:37 小李子的博客园 阅读(292) 评论(0) 推荐(0)