0

I am developing an app with an ArrayAdapter<String> abc;

For this adapter need to use a filter:

abc.getFilter().filter("*#*"); 

This is working fine, but now I need to reverse this filter (so that I only see the items which do NOT start with #, how can I do this?

2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.