I have a TextView and I want to control when the user insert a letter.
Ex.
s -> search s in database and show results
st -> search st in database and show results
sta -> search sta in database and show results
stac -> search stac in database and show results
stack -> search stack in database and show results
...
...
...
How I can do this ?