send arraylist as parameter in volley request
问题 I'm trying to send arraylist containing numbers as parameter in volley request and then parse it and display the values (in string) in toast. But I'm getting null in response. I would like to know where is the problem. json response: { "got_members": [ "1", "2" ] } public class SearchFragment extends Fragment{ Button checkme; private static final String ADDMEM = "http://www.example.com/api/event/addmembers/", KEY_ADDMEM = "adding_members"; @Nullable @Override public View onCreateView