Android Fragment之间传递List数据
摘要:要说的是在两个Fragment之间传递List数据,比如有个List<User>,以及传递字符串数据,比如testId,该如何从FragmentA传递到FragmentB呢? 下面这个例子简单明了地说明了这一切: FragmentA中的代码: FragmentB中的代码: 是不是很简单!
阅读全文
posted @ 2018-09-14 13:47
认真学习 认真生活
posted @ 2018-09-14 13:47
posted @ 2018-09-13 16:48