27 questions
How do I specify the maximum number of characters in EditText on Android? Can't you do that?
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...
I only want to put numbers in the value of edittext on Android, what should I do?
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...
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...
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...
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...
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...
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?
What can I do if I want to hide the keyboard when I press EditText Enter?
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.