I'm developing an android app, and I've been watching some examples from the sdk, in particular the Dictionary example. The problem is that all this examples launch a new activity when a search suggestion is selected.
The way my app works, that is not good for me, I have to center a map in some point wich is in the background of the same activity with displays the suggestions.
Anyone knows how to catch the intent but not launch an activity?