Skip to content

How to pass a predefined recipient from one Activity to another? #52

@dhruvins7

Description

@dhruvins7

I am Passing the Name and Number of a Contact from one activity to another and using these Number and Name.

I Construct a RecipientEntry By using constructorGeneratedEntry and passing the name and number in those with isValid true, But when I add the Recipient to the RecipientEditTextView it generates Two chips, one consists of Number while the other one consists of the Name.

RecipientEntry entry = RecipientEntry.constructGeneratedEntry(name, number, true); 
phoneRetv.addRecipient(entry);

inkedinkedinkedscreenshot_2017-08-18-15-15-37-132_li
inkedinkedscreenshot_2017-08-18-15-15-44-468_li
inkedscreenshot_2017-08-18-15-15-40-652_li
inkedscreenshot_2017-08-18-15-15-49-359_li

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions