0
votes

I have this array of objects in one of my activities, however when I use an Intent and switch to the next Activity, i want to use that same array, how can I do that? what code do i use in here and what code do i use in the other acitivity?

public ArrayList<User> users = new ArrayList<User>();