Jenifer Private

Greenhorn
+ Follow
since Dec 16, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Jenifer Private

My call will return a list of product objects. No I am not overriding the default implementation.
14 years ago
Currently im not doing anything with the search query other than logging it. My hope was to see the search menu, type in a search value and have my SearchActivity receive the query request.

Here is my SearchActivity class

14 years ago
Here is a link that will get you started with installing Google API's

Google API's
14 years ago
I have also experienced this problem. What works for me is to delete the "gen" directory then clean and rebuild. Works every time.
14 years ago
Have you included the maps.jar in your classpath?
14 years ago
Hi,

I'm trying to implement the search dialog and I am unable to display the search from an Activity.

I have my main activity defined in my manifest file, this activity shows the user a list of options they have to choose from. One of the options is a Search option.



My Search activity is defined in my manifest file like so.


Now my problem is when I call the onSearchRequested() from my MenuListActivity nothing happens.



Please help, how do I invoke the search request from my MenuActivity?



14 years ago