Back to Browse

Android Studio Tutorials | how to use Edit Text in android studio

63 views
Mar 19, 2023
4:34

in android, EditText is a user interface control which is used to allow the user to enter or modify the text. While using EditText control in our android applications, we need to specify the type of data the text field can accept using the inputType attribute. For example, if it accept plain text, then we need to specify the inputType as “text”. In case if EditText field is for password, then we need to specify the inputType as “textPassword”.

Download

0 formats

No download links available.

Android Studio Tutorials | how to use Edit Text in android studio | NatokHD