OrangesCyf / boardgamegeek

Automatically exported from code.google.com/p/boardgamegeek
0 stars 0 forks source link

Support the Google Search Manager UI #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In order to provide an easier method of searching as the BGG app continues
to evolve, the Google Search Manager UI should be utilized to complement or
replace the current search activity.  More details are here:

http://developer.android.com/reference/android/app/SearchManager.html

Original issue reported on code.google.com by bond.den...@gmail.com on 2 Jul 2009 at 2:44

GoogleCodeExporter commented 9 years ago
There are examples of this in the API Demos app, in the "App" section:

http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis
/app/index.html

Original comment by bond.den...@gmail.com on 2 Jul 2009 at 3:07

GoogleCodeExporter commented 9 years ago
Making progress on this now

Original comment by bond.den...@gmail.com on 7 Jul 2009 at 12:43

GoogleCodeExporter commented 9 years ago
Implemented this in trunk and removed existing search box and code.  This made 
things
a LOT simpler, and should pave the way for a tabbed interface that can display 
user
data without needing a search tab.

Original comment by bond.den...@gmail.com on 7 Jul 2009 at 1:07