android.text.util
Stay organized with collections
Save and categorize content based on your preferences.
Classes
Rfc822Token |
This class stores an RFC 822-like name, address, and comment,
and provides methods to convert them to quoted strings. |
Rfc822Tokenizer |
This class works as a Tokenizer for MultiAutoCompleteTextView for
address list fields, and also provides a method for converting
a string of addresses (such as might be typed into such a field)
into a series of Rfc822Tokens. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["The `Rfc822Token` class stores RFC 822-style name, address, and comment information, offering methods to convert them into quoted strings."],["The `Rfc822Tokenizer` class functions as a tokenizer for address list fields in MultiAutoCompleteTextView and provides a method to convert address strings into a sequence of `Rfc822Tokens`."]]],["The `Rfc822Token` class manages RFC 822-formatted name, address, and comment data, enabling conversion to quoted strings. The `Rfc822Tokenizer` class serves as a tokenizer for address list fields in `MultiAutoCompleteTextView`. It also converts strings of addresses into a sequence of `Rfc822Token` objects. These classes handle RFC 822 compliant email-like addresses.\n"]]