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)
浙公网安备 33010602011771号