Can't pass an ArrayList to an activity

前端 未结 2 1173
渐次进展
渐次进展 2021-01-19 03:03

This is the code

ArrayList list = new ArrayList();
list.add(new MyObject());
Intent intent = new Intent(this, ReceiverActivit         


        
2条回答
提交回复
热议问题