A powerful Android library that provides highly-customizable widgets (with smart defaults) to easily add social-media-esque mention (aka tag) support to your app
$ dotnet add package LinkedIn.SpyglassA powerful Android library that provides highly-customizable widgets (with smart defaults) to easily add social-media-esque mention (aka tag) support to your app
For a broad overview, check out our blog post at the LinkedIn engineering blog.
EditText that contains enhanced functionality in order to tokenize user input and display mentionsMultiAutoCompleteTextView, that displays suggestions in an embedded ListView rather than a PopupSpyglass is divided into three, customizable layers: tokenization, suggestions, and mentions. Together, these layers form the update lifecycle used within Spyglass:
For sample setup of custom view that shows mentions list and appears on "@" character type see GridMentions.cs in Activity Sample project
