sketchub icon

Auto Link TextView (Updated)

LazyProgrammer
25 Likes
11 Comments
260 Downloads

What's new

Application : • Changed package name • Revamped user interface • Renewed screenshots

Programming : • Added new codes • Changed more block library to multiple java class • Easier to use than ever

Project : • Changed logic in MainActivity

Screenshots

About

AutoLinkTextView is a customizable TextView designed to automatically detect and link various types of text patterns, enhancing user interaction in Android applications. With built-in support for multiple auto-linking modes, it provides developers with a flexible way to make text actionable. The following auto-link modes are available:

  1. Mention: Detects mentions of users or accounts in the format @username. This feature allows for easy tagging of users within a text, enhancing social interactions.

  2. HashTag: Automatically identifies hashtags (e.g., #topic) within the text, making it convenient for users to explore related content.

  3. URL: Detects web URLs (e.g., https://example.com). When clicked, these URLs open the default web browser, directing users to relevant web pages.

  4. Phone: Recognizes phone numbers and allows users to initiate calls directly from the text by clicking on the number.

  5. Email: Identifies email addresses (e.g., [email protected]). Users can click to open their email application, ready to send a message.

  6. Custom Regex: Supports custom regex patterns, allowing developers to define their own matching logic.

©2024 Sketchub | User Policy