Hello Arun, Another option for this would be to load all the data into the SQLite table and then do the querying in there. There is a FTS index table type that is very good for this when you're dealing with a lot of data.
A couple links that might help. - http://www.sqlite.org/fts3.html - http://bakhtiyor.com/2009/08/sqlite-full-text-search/ - http://stackoverflow.com/questions/4432314/using-sqlite-with-fts-on-android This might take a bit more to setup, but it'll give you a lot of flexibility to add in additional functionality later. thanks Rishi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

