Is there anything in android that is similar to iphone predicate. Actually I want to search something by querying an arraycollection or a hashmap. Is there any techinique to do so??
Is there anything in android that is similar to iphone predicate. Actually I want
Share
look at this example here on Stackoverflow:
Java: Search in HashMap keys based on regex?