I want to make an Autocomplete textview that takes an array as parameter.
This array is found with an HTTP retrofit call. the array list is in a JSON file.
But my