# 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...
Android 1 min
Add EditText Programmatically
Sometimes it is the requirement of the program to add EditText programmatically. The following code can be used to add...
Android 1 min