Example #1
0
        public void OnTextChanged(ICharSequence s, int start, int before, int count)
        {
            autoCompleteTextView.Clear();

            SetupTimer(s, before, count);
        }