摘要: 效果图: HomeActivity.class: 页面xml里面就是一个简单的webview 阅读全文
posted @ 2016-04-18 15:25 151 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 网络请求类: MainActivity.class: 以及添加适配器:Mybase.class 效果图: 阅读全文
posted @ 2016-04-18 15:10 151 阅读(209) 评论(0) 推荐(0) 编辑
摘要: ArrayList list=new ArrayList(); Intent intent = new Intent(MainActivity.this,InfoActivity.class); intent.putExtra("list", list); startActivity(intent); Intent intent = getIntent();... 阅读全文
posted @ 2016-04-18 10:58 151 阅读(282) 评论(0) 推荐(0) 编辑