摘要: public Button btnPay; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setCo... 阅读全文
posted @ 2014-11-25 13:56 宇少vlog 阅读(192) 评论(0) 推荐(0)
摘要: 1 A页面: 2 Intent intent = new Intent(GrouponActivity.this, GroupBuyDetailsActivity.class);3 intent.putExtra("ID", entity.getID());... 阅读全文
posted @ 2014-11-25 08:46 宇少vlog 阅读(2432) 评论(0) 推荐(0)