如何将布尔列表传递给Intent以及如何从Intent中检索它

时间:2018-01-26 14:25:03

标签: android

一个人如何将一个布尔列表传递给一个意图,以及如何在另一个方面检索它?

List<Boolean> booleanList= new ArrayList<>();
 booleanList.add(...);

Intent intent = new Intent();

那么如何将booleanList传递给intent以及如何检索它?

1 个答案:

答案 0 :(得分:0)

如果它只是一个布尔arraylist,并希望保持简单,我建议将您的布尔值更改为Integer并使用01作为您的false / true并使用{传递列表{1}}