Hello,

I want to write a program that is somewhat simple.  The user will be
given a list of broad categories to select from.  after this step i am
not sure how i want/can get info back to the user. my thoughts were to
use the AJAX search api to show local business, but i do not know if
you can implement that within Android code.  Is there a way to use
AJAX search api in a WebView?
My second approach to this problem was to have a separate web page
that will have the AJAX search api on it (which would display local
businesses) that will be accessed over the internet through a web
view.
The third thought would be to make a http request to google.com in the
background.  I am just unsure of how to make the request and how to
handle the information when it is returned.

thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to