Android 4: New features for Application Development by 2012

Android 4: New features for Application Development by 2012

Author:2012
Language: eng
Format: epub
Publisher: Packt Publishing


Then we call the following method on clicking the insert attendee button:

private void addAttendee() { ContentValues cv = new ContentValues(); cv.put(Attendees.ATTENDEE_NAME, "Murat AYDIN"); cv.put(Attendees.ATTENDEE_EMAIL, "[email protected]"); cv.put(Attendees.EVENT_ID, eventID); cv.put(Attendees.ATTENDEE_RELATIONSHIP, Attendees.RELATIONSHIP_ATTENDEE); cv.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_INVITED); cv.put(Attendees.ATTENDEE_TYPE,Attendees.TYPE_OPTIONAL); this.getContentResolver().insert(CalendarContract.Attendees.CONTENT_URI, cv); }



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.