So in my code below, line marked with *** gives me the exception java.util.arraylist cannot be cast to java.lang.object[] I am trying to retrieve a list of users from backendless. I have created a list view that works when normally adding to list. but not when trying to get the response(Object) Answer what you are doing looks a bit long