# Text tracks on Android

The articles in this section describe how to implement common use-cases related to text tracks, subtitles, closed captions and metadata. These use-cases can range from programmatically detecting new metadata, to side-loading subtitles.

THEOplayer supports

* subtitle and closed caption formats like WebVTT, CEA-608, DVB Subs and TTML;
* metadata formats like ID3, emsg, EventStream and `EXT-X-DATERANGE`.

The TextTrack API allows you to programmatically switch between text tracks, detect events related to text tracks (e.g. a new active cue) and more.

## Related articles

* [How to dynamically change the visible captions](https://docs-preview.optiview.dolby.com/pr-860/theoplayer/how-to-guides/android/text-tracks/change-visible-captions.md)
* [How to programmatically detect text tracks](https://docs-preview.optiview.dolby.com/pr-860/theoplayer/how-to-guides/android/text-tracks/detect-text-tracks.md)
* [How to programmatically detect text track changes](https://docs-preview.optiview.dolby.com/pr-860/theoplayer/how-to-guides/android/text-tracks/detect-text-track-changes.md)
* [How to programmatically enable or disable text tracks](https://docs-preview.optiview.dolby.com/pr-860/theoplayer/how-to-guides/android/text-tracks/enable-disable-text-tracks.md)
* [How to detect active text track cues](https://docs-preview.optiview.dolby.com/pr-860/theoplayer/how-to-guides/android/text-tracks/detect-active-text-track-cues.md)
* [How to insert subtitles](https://docs-preview.optiview.dolby.com/pr-860/theoplayer/how-to-guides/android/text-tracks/insert-subtitles.md)
* [How to implement preview thumbnails](https://docs-preview.optiview.dolby.com/pr-860/theoplayer/how-to-guides/android/text-tracks/preview-thumbnails.md)
* [How to track ID3 cues/tags](https://docs-preview.optiview.dolby.com/pr-860/theoplayer/how-to-guides/android/text-tracks/track-id3-cues.md)
