
Suggest - FREE
by Ed Burnette, Version: 1.0.1 , 26 KB Official Site
Package name: org.example.suggest , Last Update: 2012-07-21 05:15:12
2 ratings (3.500 average)
100-500 downloads
What's new in this version (1.0.1):
1.0.1: Fixed a crash on Android 2.x calling ArrayListAdapter.addAll(); that doesn't exist until 3.0. Replaced it with a loop that calls add(). Exercise for the reader: test BUILD.VERSION and call the best one.
Description
Suggest matches a partial word or phrase you enter and comes up with a list of possible completions. Select one of the results to do a search on that item.
The results are amazingly accurate, and are refined based on your location and searches other people are doing right now.
This program is a sample from an upcoming edition of "Hello, Android" by Ed Burnette, published by the Pragmatic Programmers. It demonstrates calling web services, multi-threading, XML Parsing, and the Google Suggest API.