Hi All,

I am using the call log (call history) database and showing
it to the user by means of a list view and a simple cursor adapter.

Now, I want to change the list view according
to user's selection. if user selects "dialed calls",
only dialed calls should be shown.

I tried using setFilterQueryProvider with the proper
constraint but its not working.

That is, when user presses the menu option, I will set
as follows:

adapter.setFilterQueryProvider(myProvider);

whats the best way to do it?

Please help.

Thank you,
Ram

-- 
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