Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 3 个活动:1 个家长和 2 个孩子。让我们简单地称它们为 Activity1、Activity2a 和 Activity2b;
Activity2a 和 Activity2b 都是从 Activity1 开始的。如何通过父级将数据从 Activity2a 传输到 Activity2b?有任何想法吗?我想我必须使用意图,但不知道如何。
原始类型可以通过 Intent 传递。看看这里参考我通过一个公共类传递,比如 MyApp