Is there a way to replicate the Search bar + search display controller in iPhone on a blackberry?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Okay, I’m kinda brute forcing it. I have a ListField of 10 elements and an EditField to type the text in.
Overridden the keyChar() method in the EditField and every time a key is pressed, I’m just brute force searching through the all the items in the ListField.
Works for now.
Thanks,
Teja