On Mon, Jul 4, 2011 at 8:46 AM, vani reddy <[email protected]> wrote: > What i want is ,when i compose a new message there is an option called > recent ,on click of which it will show the recently used contacts.
I do not see this in the standard Messaging application. Perhaps it is a feature of your specific device, where they are tracking additional data to support it. Or, perhaps they are using the LAST_TIME_CONTACTED column in ContactsContract.Contacts. > How to acheive that? Well, in my previous reply, I suggest that perhaps you can try using the LAST_TIME_CONTACTED column in ContactsContract.Contacts. Apparently, you did not feel this answer to be suitable, in which case I have no other answer. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1, http://bit.ly/smand2 -- 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

