Hi,
this is my first Android Library.
fgContacts Members:
GetPhoneNumberByID(String id) As String
GetContactPhotoByID(String id) As Bitmap
DeleteAllContacts() As Boolean
DeleteContactById(String id) As Boolean
GetContactsById(String id) As fgContact
Returns a single fgContact
fgContact Members:
Id As String
DisplayName As String
PhoneNumber As String
FamilyName As String
GivenName As String
Photo As Bitmap
Change in version 1.03
Function changed:
GetAllContacts(Boolean IncludePhoto, Boolean OnlyContactWhitePhone) As List
Returns a List of fgContact objects with all the contacts.
GetAllPhoneNumberByID(String id) As List
Returns a List of all Phone-Number.
The first entry in the List is always the Primary
The list looks like this:
01|+49 10001 (01= HOME)
02|+49 10002 (02= MOBILE)
03|+49 10003 (03= WORK)
04|+49 10004 (04= Work Fax)
05|+49 10005 (05= Home Fax)
06|+49 10006 (06= PAGER)
07|+49 10007 (07= Other)
08|+49 10008 (08= Callback)
09|+49 10009 (09= Car)
10|+49 10010 (10= Company Main)
11|+49 10011 (11= ISDN)
12|+49 10012 (12= Main)
13|+49 10013 (13= Other Fax)
14|+49 10014 (14= Radio)
15|+49 10015 (15= Telex)
16|+49 10016 (16= TTY/TDD)
17|+49 10017 (17= Mobile(work))
18|+49 10018 (18= Pager(work))
19|+49 10019 (19= Assistant)
20|+49 10020 (20= MMS)
New function:
GetNoteByID(String id) As List
GetPostalAddressByID(String id) As Map
GetAllEmailByID(String id) As List
Change in version 1.04
New function:
GetCompanyByID(String id) As List
Ciao,
Filippo
this is my first Android Library.
fgContacts Members:
GetPhoneNumberByID(String id) As String
GetContactPhotoByID(String id) As Bitmap
DeleteAllContacts() As Boolean
DeleteContactById(String id) As Boolean
GetContactsById(String id) As fgContact
Returns a single fgContact
fgContact Members:
Id As String
DisplayName As String
PhoneNumber As String
FamilyName As String
GivenName As String
Photo As Bitmap
Change in version 1.03
Function changed:
GetAllContacts(Boolean IncludePhoto, Boolean OnlyContactWhitePhone) As List
Returns a List of fgContact objects with all the contacts.
GetAllPhoneNumberByID(String id) As List
Returns a List of all Phone-Number.
The first entry in the List is always the Primary
The list looks like this:
01|+49 10001 (01= HOME)
02|+49 10002 (02= MOBILE)
03|+49 10003 (03= WORK)
04|+49 10004 (04= Work Fax)
05|+49 10005 (05= Home Fax)
06|+49 10006 (06= PAGER)
07|+49 10007 (07= Other)
08|+49 10008 (08= Callback)
09|+49 10009 (09= Car)
10|+49 10010 (10= Company Main)
11|+49 10011 (11= ISDN)
12|+49 10012 (12= Main)
13|+49 10013 (13= Other Fax)
14|+49 10014 (14= Radio)
15|+49 10015 (15= Telex)
16|+49 10016 (16= TTY/TDD)
17|+49 10017 (17= Mobile(work))
18|+49 10018 (18= Pager(work))
19|+49 10019 (19= Assistant)
20|+49 10020 (20= MMS)
New function:
GetNoteByID(String id) As List
GetPostalAddressByID(String id) As Map
GetAllEmailByID(String id) As List
Change in version 1.04
New function:
GetCompanyByID(String id) As List
Ciao,
Filippo
Attachments
Last edited by a moderator: