Whenever a word is typed in the EditText box, I always see an underline under the word being typed. But when I press a space after that word I no longer see the underline.
My app for some inexplicable reasons is crashing on an HTC Desire HD. It\'s working fine in other phones as well as the emulator. Here is the crash report:
I have an EditText on wh开发者_JAVA技巧ich I would like to let user enter only non-numeric chars (say A-Z or a-z): is there a way to do it? All the combinations I used (text, textPersonName and so on)
I\'m looking for a way to have a grayed out text as prefix in an EditText. This text should be not selectable.
So I\'ve got this great piece of code that I use in a Java program // Textlistener for the keyword \"keyword\"
How can I remove the border with appears when focusing an EditText View? I need it cause this view has little space in the scree开发者_开发知识库n, but without the border it\'s enough. When running o
I have a screen where I want the user to only input numbers in the text field. I already force a number pad to open in Android, and I am detecting numbers based on their ascii value.
I tried using the answer posted by Chirag and开发者_如何学Python Venkatesh in the following link: How can I implement this UI in Android
I am getting the Resource Not Found Exception in the line where I refer to one of my class methods that maps an EditText object. I don\'t understand why I am getting this problem.
I have two user screens in my app. In the first screen i have two EditText fields. One takes a string and another an int. I click on the save button to save the values in the database. now the problem