Java android.widget TextSwitcher fields, constructors, methods, implement or subclass

Example usage for Java android.widget TextSwitcher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget TextSwitcher.

The text is from its open source code.

Subclass

android.widget.TextSwitcher has subclasses.
Click this link to see all its subclasses.

Constructor

TextSwitcher(Context context)
Creates a new empty TextSwitcher.

Method

voidsetCurrentText(CharSequence text)
Sets the text of the text view that is currently showing.
voidsetText(CharSequence text)
Sets the text of the next view and switches to the next view.