Hi All, i am a new bie to android and trying to implement Quick Search Dialog for my application. Acctually, in my application i have an activity 1. where i have a Edit text and Search Button next to it 2. Add Button and a Employee Table below it.
Whenever the user enters the search string in the edittext and clicks the Search button , i am calling the Quick Search Box and luckily it opens with the Search and here the user can see the given search query. Till this, every thing works perfectly as i want.
But what i want is: On CLicking the Search button,the search query is displayed in the QSB and what i want is to display custom suggestions based on the search query and selecting the valid data , it should be saved in the Employee table.
Now i want Custom Suggestions to be displayed in a list view based on the search query. Ho do i proceed to achieve this.
Please provide links for Quick searh Box custom suggestions also.
Thanks and Regards, Fazal Ahamed B