In my android studio project I have implemented a AsyncTask for the login and registration. I want to pass a ArrayList from doInBackground method to onPostExecue method.But