What is the equivalent label control in an android device?

android, java, oop

Solution

It is TextView.

Read this : Click Here

It displays text to the user.

Problem

Anyone knows the equivalent of a label control in an android device? Text box or something similar?

Original source