• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    Apps Error in adding a new contact by coding

    hi i am adding a new contact to emulator but in LOGCAT i get the error 08-24 18:16:44.833: ERROR/ContentProviderOperation(152): mType: 1, mUri: content://com.android.contacts/data, mSelection: null, mExpectedCount: null, mYieldAllowed: false, mValues: data1=xzzsf...
  2. A

    Apps adding and deleting contact by code

    hi, to display the contact i have used this coding Cursor cursor = getContacts(); String[] fields = new String[] { ContactsContract.Data.DISPLAY_NAME }; //this.setListAdapter(new ArrayAdapter<String>(this,android.R.layout.simple_list_item_checked,)); SimpleCursorAdapter adapter = new...
  3. A

    Contact Application

    hi, could any one send me the code for a contact apllication which displays name in a ListView. and in menu it should have a add contact and delete contact options.