android-edittext tag

16 questions


1 answers
105 views
0
Can you make only the first letter in EditText capitalize?

I'm making an app that shows my personal to-do list. They're all making it well, but there's one small problem. When I try to add a list, I show EditText in the dialog, but the problem is that when I ...


1 answers
86 views
0
How do I prevent Android's EditText from being edited?

How do I prevent EditText from being edited?


1 answers
108 views
0
To verify that EditText is empty

I have 5 EditTexts on my app. What I'm curious about is whether Android provides a method to know if the content of EditText is empty.Or do I have to code it separately?


1 answers
104 views
0
How to make all text select when you click EditText

When I click EditText on Android, can't I make you select all the letters entered in EditText?I think that'll make it easier to erase and use it. Is there any other way?


1 answers
106 views
0
Cover edittext field with Android soft keyboard

Is there a way to move the screen so that the Text field is visible?


1 answers
115 views
0
The cursors are aligned in the middle of EditText, which is a row of Android, so can't you put them on top?

<EditText android:layout_width=fill_parent android:layout_height=wrap_content android:gravity=center android:singleLine=false android:lines=5 android:layout_marginLeft=10dip android:layout_marginRi...


1 answers
84 views
0
Maximum number of characters in EditText

How do I specify the maximum number of characters in EditText on Android? Can't you do that?


1 answers
102 views
0
I only want to put numbers in the value of edittext on Android, what should I do?

I only want to put numbers in the value of edittext on Android, what should I do?


1 answers
91 views
0
Is it possible to change string to integer on Android?

I'd like to change the string to an integer.There's edittext, and the user enters a number here.I received it as String hello, but I want to change it to Integer instead of String.EditText et = (EditT...


1 answers
117 views
0
How do I change the color of the cursor in EditText?

I applied the Android Holo theme to make an app for Galaxy Tab. So, the background of Fragment became white. The problem is that the same theme was applied to EditText in the fragment, so the color be...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.