Hey everyone,
I am trying to build an application using titanium that part of its functionalities is being able to search for hashtags entered by other users of the application.
I have seen other applications on android and ios(EyeEm for example) where the user starts typing on the keyboard and then he gets suggestions of hashtags that other users have entered...i understand that there is a server being queried on each key press to fetch the suggestions but my question is more focused about how to build the UI(created a small list popup that has the suggestions and being able to select a suggestion)
I am wondering if there is exists something similar already done i can use to build on top of it
Thanks in advance