I want to make search module just like android keypad that gives the list of contacts with starts with number as well as starts with the text of the keypad user types. basically i want to search contacts with display name as well as number also as android native app is giving the result.
I have made the regular expression dynamically but i have only problem is how can i query to contacts with regular expression?