How can I read all contacts in Android 1.5 mobile? -


I want to be able to read all the contacts in Android Mobile version 1.5.

You can have ListActivity for

  Cursor C = Received Resolver (). Query (people. CONTENT_URI, empty, empty, empty, empty); StartManagingCursor (C); String [] column = new string [] {people. NAME}; Int [] name = new difference [] {R.id.row_entry}; MAdapter = New simple cursor adapter (this, R.Latite. I contact, C, column, name); SetListAdapter (mAdapter);  

Comments