How to read contacts on Android 2.0
        Posted  
        
            by appme up
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by appme up
        
        
        
        Published on 2009-11-12T10:23:09Z
        Indexed on 
            2010/06/03
            4:34 UTC
        
        
        Read the original article
        Hit count: 265
        
Hi.
I'm working on Android 2.0 and am trying to receive a list of all contacts.
Since android.provider.Contacts.People is deprecated, I have to use android.provider.ContactsContract, But I can't find a proper example of how to use it (ex: retrieve a list of all contacts on the phonebook).
Anyone knows how to implement it?
Thanks!
© Stack Overflow or respective owner