This will have a really simple answer, but I can\'t seem to find what it is. I want to disable the auto-capitalization of an EditText so that, by default, the first letter entered with not be automati
I have an activity where the user is presented with a list of edit texts. The problem is, as soon as the activity starts, the virtual keyboard is brought up right away for the first edit text. I don\'
In my login form when user clicks on an Ed开发者_JAVA技巧itText and presses the enter key, this inserts a new line, therefore increasing the EditText\'s size. Next moment, it returns to its previous p
In my code,am having EdiText and its code is: <EditText android:layout_height=\"150dp\" android:id=\"@+id/profiledescription\"
I\'m trying to find a way to modify marginTop for an EditText by code...I read about setLayoutParams but I get ForceClose and this message :
I got my little html fisher working and it grabs a text file form a URL string.I can call setText to my EditText view and it will indeed display the text in the text file, but there is like no formatt
Can I override the hint and display a different hint when the app is in landscape mode and the EditText is in fullscreen?
I have 2 editText objecst in my android application. I want write to such a logic so that if I type something in textField 1, then same should be replicated in Textfield 2 in runtime and vice-versa.
In an Android app, I\'m using two EditText controls and multiplying their two values. If one EditText is null and in the second one I put a value, it\'s not working properly.
btnNadoplata.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { long inputValue1 = Long.parseLong(text1.getText().toString());