I am using yahoo local search in my android application. Everything works fine. I have a static sample query for yahoo local serach which is given for demo use.
"http://local.yahooapis.com/LocalSearchService/V3/localSearch?appid=YahooDemo&query=pizza&zip=94306&results=2"
This query is searching Pizza shops with a postal code 94306 and maximum results are 2. I want to edit this query on runtime. For example if I write Mcdonalds in textbox the query should return maximum results of Mcdonalds. If i write coffee shop the query should return maximum results of coffee shops. I want to search Coffee shops, mcdonalds, grocery stores, hospitals and petrol filling stations.