.setBodyParameter("players[]", String.valueOf(listid)) // When I set the parameter as a array, the application crashes and I need to enter the data in the bank, my php is already working.
.asJsonObject()
.setCallback(new FutureCallback<JsonObject>() {
int[] listid = {21, 22, 23}; Ion.with(CadastrarTime.this) .load(url2)
}