startActivityResult Problem in Android?

Posted by Praveen Chandrasekaran on Stack Overflow See other posts from Stack Overflow or by Praveen Chandrasekaran
Published on 2010-05-18T10:49:08Z Indexed on 2010/05/18 10:50 UTC
Read the original article Hit count: 266

Filed under:

How to do the startActivityResult() for the Quick Search Box? that is if i click a button in my activity. it should wake up the QSB and search. i click the suggestion button. it will return the string which is shown as a suggestion. how to do it? which intent action i have to use and how ? Any Idea?

© Stack Overflow or respective owner

Related posts about android