[android-developers] Re: Grouping same call logs just like google nexus

2011-10-18 Thread Ali Chousein
What is the problem you are facing? You have the phone number of each call-log entry. Why you cannot group together the ones with the same phone number? Just iterate over all entries in the call-log and do whatever you wish to do with them. But beware, you should do such operation in a seperate thr

[android-developers] Re: Grouping same call logs just like google nexus

2011-10-17 Thread appel
Why not look at the source code? If that doesn't help you have to be more specific about your problem. http://www.google.com/codesearch#J8HqCFe1rOo/src/com/android/contacts/RecentCallsListActivity.java&type=cs -- You received this message because you are subscribed to the Google Groups "Androi