Skip to content

Latest commit

 

History

History
 
 

TextLinkify

Android TextLinkify Sample

This sample illustrates how links can be added to a TextView. This can be done either automatically by setting the "autoLink" property or explicitly.

Introduction

This sample demonstrates how clickable links can be added to a TextView in Android.

This can be done in three ways:

Pre-requisites

  • Android SDK 28
  • Android Build Tools v28.0.3
  • Android Support Repository

Screenshots

Screenshot

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Support

If you've found an error in this sample, please file an issue: https://github.com/android/user-interface

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.