Re: [android-developers] NSPredicate-like functionality for Collections?

2010-07-11 Thread Greg Pasquariello
Yeah, it's nice to be able to filter JSON though, without having to "database-ize" it. Thanks! -Greg On Jul 11, 2010, at 10:46 AM, Connick wrote: > Not to my knowledge. I will typically rely on a local database with the > appropriate filter clause. (Would be nice if we had a lightweight OR

Re: [android-developers] NSPredicate-like functionality for Collections?

2010-07-11 Thread Connick
Not to my knowledge. I will typically rely on a local database with the appropriate filter clause. (Would be nice if we had a lightweight ORM framework to leverage though) -Stace On Sun, Jul 11, 2010 at 12:05 PM, gpasq wrote: > Anyone know of any libs for Collections that are similar to iOS > N

[android-developers] NSPredicate-like functionality for Collections?

2010-07-11 Thread gpasq
Anyone know of any libs for Collections that are similar to iOS NSPredicate? The NSPredicate classes allow you to specify SQL-like filtering rules which can be applied to collections of object, other collections, etc., to retrieve filtered results. Thanks in advance! -Regards Greg Pasquariello