[android-developers] Re: Not receiving onDismiss() callback

2014-03-26 Thread deepwinter2
Did you solve this issue? I have not been able to get searchmanager callbacks to work. On Friday, June 12, 2009 1:56:27 PM UTC-7, Stephen Yu wrote: > > Hi, > Here is some sample code that I use the SearchManager to show the > search UI in my activity. My issue is that the onDismiss() below

[android-developers] Re: Filtering a MergeCursor

2013-04-24 Thread deepwinter2
ideas ? On Friday, April 19, 2013 6:47:03 PM UTC-7, deepw...@winterroot.net wrote: > > I would like to be able to call filter() on a merge cursor I'm using. The > filter functionality needs to pass through to one of the cursors, a > database cursor, and update it's sql query (or just manually

[android-developers] Filtering a MergeCursor

2013-04-22 Thread deepwinter2
I would like to be able to call filter() on a merge cursor I'm using. The filter functionality needs to pass through to one of the cursors, a database cursor, and update it's sql query (or just manually filter the results). What is the best way to implement this? I can see that I can perform