google / android-fhir

The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android.
https://google.github.io/android-fhir/
Apache License 2.0
495 stars 296 forks source link

Add ability to open a link #2732

Open FikriMilano opened 4 days ago

FikriMilano commented 4 days ago

IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).

Fixes #2731

Description Apply this code to a TextView

question.movementMethod = LinkMovementMethod.getInstance()

Alternative(s) considered N/A

Type Feature

Screenshots (if applicable)

https://github.com/user-attachments/assets/a6fa252e-aa8d-401c-8d5b-a4dded4a13a0

Checklist