Skip to content

Add list of labels #15

@eresid

Description

@eresid

For example

List<String> tags = new ArrayList<>();
tags.add("cars");
tags.add("home");
tags.add("people");

AutoLabelUI mAutoLabel = (AutoLabelUI) findViewById(R.id.tags);
mAutoLabel.addLabels(tags);

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