The EditText is the standard text entry widget in Android apps. If the user needs to enter text into an app, this is the primary way for them to do that.
A EditText is an overlay over TextView that configures itself to be editable. It is the predefined subclass of TextView that includes rich editing capabilities.
More information about the EditText:
- The documentation for the EditText.
- Official guide for building a user interface on Android.
- References for the EditText
