Hi special Erel
I can create Library for select contact from android contact easily.
You can get selected contact via user in only 4 line code.
example is attachment.
oh I cannot wite english well.
Add below Event for handle selected contact
Sub ContactSelected(Value As ContactItem)
Log(Value.Name)
Log(Value.PhoneNumber)
End Sub
AddPermission(android.permission.READ_CONTACTS)
Download here because still Erel not fix upload file
I can create Library for select contact from android contact easily.
You can get selected contact via user in only 4 line code.
example is attachment.
oh I cannot wite english well.
Add below Event for handle selected contact
Sub ContactSelected(Value As ContactItem)
Log(Value.Name)
Log(Value.PhoneNumber)
End Sub
AddPermission(android.permission.READ_CONTACTS)
Download here because still Erel not fix upload file
Last edited: