PCSalt
YouTube GitHub

# edittext

2 posts

EditText with Single Line, Line Wrapping and Done Action in Android

Regular formula for making an EditText- Single Line : no new line <Enter> allowed,- Line Wrapping : Single line wrapped...

Add EditText Programmatically - Android

Sometimes it is the requirement of the program to add EditText programmatically. The following code can be used to add...