I am developing the android application ,when ever user clicks on the button it should show all contacts from the phone book with in a table.How can i achieve it,any one can
If you query the ContactsContract.Contacts content provider you will get cursor with the list of contacts.