Sunday 16 June 2019

TypedTextView

A custom implementation of Android's TextView simulating a keyboard/typewriter.

Features

  • characters are displayed on the screen with random speed which simulates human behavior.
  • display a blinking cursor after every character typed.
  • emit audio keystrokes with typed characters.
  • Lifecycle-aware component. Character typing and audio stops/resumes as per Activity/Fragment state.
  • delay on sensing comma(,) and full stops(.) to simulate user pauses.
  • display sentences on new line on sensing full stops in passed text.

Android Arsenal

from The Android Arsenal

No comments:

Post a Comment