edittext tag

27 questions


1 answers
95 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
134 views
0
Android Studio EditText

Press the + button to go up 3000 - press the button to go downIt's a program where the total amount is calculated according to the button pressedIt's a hassle to press the button, so I want to make it...

2 years ago

1 answers
114 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
102 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
129 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...


4 answers
116 views
0
How to open it again even if the user finishes with an English keyboard

Question: How to open it again in Korean keyboard even if the user finishes with English keyboard If you leave it as below, even if the user finishes with a Korean keyboard, it will open in English wh...

2 years ago

1 answers
72 views
0
How do I avoid focusing on EditText when the activity is executed?

There are two elements in the activity, EditText and ListView. When the activity is turned on, a cursor is created in EditText EditText.setSelected(false);I did it like this, but it's still like that...


1 answers
127 views
0
How do I read values from the EditText field?

I'm learning how to make UI on Android these days. I made a few EditTexts to get the price. What I want to make is to press the button and read the values in EditText.<EditText android:id=@+id/name...


1 answers
86 views
0
How do I process the enter key in EditText?

I'm implementing login on Android, but when I press Enter, the login button automaticallyI want to press it, but can EditText handle the enter key?

2 years ago

1 answers
91 views
0
Hide the keyboard when you press Enter in EditText

What can I do if I want to hide the keyboard when I press EditText Enter?

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.