Autocompletion delay
I've got to set an autocompletion for my application. I've already understood the AutoCompleteTextView operation, but I'd like to dynamically modify the String[] used by android autocompletion. What I wanna do : call a PHP page which will give me a String[] that I'll use in my AutoCompleteTextView, but i wanna do that ONLY if a key was pressed at least 500 milliseconds after the last one. EDIT : Okay, I was wrong. I want to have my asynctask running if NO KEY is pressed in the 500 milliseconds after the last press (you know, avoiding overcharging our servers by calling a request on every