I have a ListView which uses a CursorAdapter to populate datas in it. My ListView shows all sms inbox, but they are not filtered, each message is shown. I want to merge all messages considering the sender's phone number. How can I do it? I managed to do it with an ArrayAdapter but when there is a lot of messages, the query takes seconds and the app is of course inefficient.
-- 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

