Android 2.3 Gingerbread

Package android.pim.vcard

See:
          Description

Interface Summary
VCardComposer.OneEntryHandler  
VCardConstants.ImportOnly  
VCardEntryHandler The interface called by VCardEntryConstructor.
VCardInterpreter The interface which should be implemented by the classes which have to analyze each vCard entry minutely.
VCardParser  
 

Class Summary
JapaneseUtils TextUtils especially for Japanese.
VCardBuilder The class which lets users create their own vCard String.
VCardComposer The class for composing vCard from Contacts information.
VCardConfig The class representing VCard related configurations.
VCardConstants Constants used in both exporter and importer code.
VCardEntry This class bridges between data structure of Contact app and VCard data.
VCardEntry.EmailData  
VCardEntry.ImData  
VCardEntry.OrganizationData  
VCardEntry.PhoneData  
VCardEntry.PhotoData  
VCardEntry.PostalData  
VCardEntry.Property  
VCardEntryCommitter VCardEntryHandler implementation which commits the entry to ContentResolver.
VCardEntryConstructor The VCardInterpreter implementation which enables VCardEntryHandler objects to easily handle each vCard entry.
VCardEntryCounter The class which just counts the number of vCard entries in the specified input.
VCardInterpreterCollection The VCardInterpreter implementation which aggregates more than one VCardInterpreter objects and make a user object treat them as one VCardInterpreter object.
VCardParser_V21 vCard parser for vCard 2.1.
VCardParser_V30 vCard parser for vCard 3.0.
VCardParser_V40 vCard parser for vCard 4.0.
VCardParserImpl_V21 Basic implementation achieving vCard parsing.
VCardParserImpl_V21.CustomBufferedReader  
VCardParserImpl_V30 Basic implementation achieving vCard 3.0 parsing.
VCardParserImpl_V40 Basic implementation parsing vCard 4.0.
VCardSourceDetector The class which tries to detects the source of a vCard file from its contents.
VCardUtils Utilities for VCard handling codes.
 

Package android.pim.vcard Description


Android 2.3 Gingerbread