if you're going to replace one of the cursors (do a new query) just create 
a whole new MergeCursor and don't use filtering.

if you wanna filter manually, see the following link or just do a search on 
how to filter...
http://stackoverflow.com/questions/2519317/how-to-write-a-custom-filter-for-listview-with-arrayadapter



On Thursday, April 25, 2013 12:05:51 AM UTC+3, deepw...@winterroot.net 
wrote:
>
> 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 filter the 
>> results).  What is the best way to implement this?  I can see that I can 
>> perform this processing within performFiltering and publishResults, but I'm 
>> not clear on what the objects within FilterResults should be - the new 
>> cursors for the merge cursor?  
>>
>> Thanks for assistance.
>>
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to