Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

It allows you to instruct a TextView to let the text size expand or contract automatically to fill its layout based on the TextView's characteristics and boundaries. This setting makes it easier to optimize the text size on different screens with dynamic content.

Feb 25, 2018

A circular text view for Android Marshmallow.

Dec 25, 2016

An example project with animated TextView.

Aug 6, 2016

Sample Android application show how to set auto scroll in text view.

Nov 30, 2015
Advertisement

advanced-textview is a companion app for Advanced Android TextView talk, demonstrating:

  • Animated CompoundDrawable
  • Text shadow
  • Custom font
  • Gradient text
  • Patterned text
  • HTML.fromHtml()
  • setFontFeatureSettings()
  • Styled string
  • AlignmentSpan
  • ClickableSpan
  • Rainbow span, animated
  • Lined paper
  • Emoji
Nov 20, 2014

This is a sample of handling hash tags that contain in a text,the tags are clickable and user can do specific actions for the corresponding hash tags.In this example we can change colour and also can give underline to hash tags according to the usecase.

Jul 24, 2014