JohnnyJiang

导航

2017年6月13日 #

Fragment向另一个Activity 传值(通过bundle)

摘要: Fragment: Intent intent = new Intent(getActivity().getApplicationContext(), Activity.class); Bundle bundle = new Bundle(); b.putString("name", "张三"); 阅读全文

posted @ 2017-06-13 17:14 JohnnyJiang 阅读(3200) 评论(0) 推荐(0)