27 questions
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 ...
How do I prevent EditText from being edited?
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?
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?
I'm implementing an EditText login, but how can I make the password look like a black circle like when I enter it on another site?
Is there a way to move the screen so that the Text field is visible?
In editText, where you can enter only numbers, Is there a way to automatically put dog on the back when you write 5 in editText?
I even put up EditText, but I want to make sure that only Korean is entered when I receive it. How shall I do it?
<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...
Hello, we are currently making EditText, which is like a word processor.You must specify StyleSpan for each letter, so you should not apply the same Span for letters that are entered consecutively aft...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.