Linked Questions

1 vote
1 answer
3k views

I have implemented token auto complete text view on EditText. My issue is that I want the keyboard to be shown on a single click on an EditText rather than on double click. completionView....
Asif Sb's user avatar
  • 805
3 votes
1 answer
2k views

I am working on a messaging app in which I have an EditText for the user to type his message. I have provided a 'Send' button in keyboard with setImeOptions() method. However, whenever the user hits ...
tigerden's user avatar
  • 728
7 votes
1 answer
5k views

Is there any way to show or hide the soft keyboard instantly, without any animation? In Cyanogenmod 10 it displays with a fading animation.
tslocum's user avatar
  • 3,422
0 votes
2 answers
2k views

I'm having trouble with the message of a dialog. Everything works fine until I want to type information in the edittext and the keyboard pops up - then the second (and last) line of the message of ...
Zuop's user avatar
  • 624
0 votes
2 answers
1k views

I have an EditText and a Button in LinearLayout. When clicked to button, I am removing all views in layout and adding another view. When back button is pressed I am removing all views and adding ...
Onuray Sahin's user avatar
  • 4,145
0 votes
4 answers
861 views

Program's main UI of my App is divided into two sections, Made up of two LinearLayouts.The LinearLayout above aims to show the aircraft.The LinearLayout below aims to show the soft keyboard.I want ...
wpumain's user avatar
  • 55
1 vote
3 answers
497 views

If I may to ask almost the same question here from this topic I've added in my activity_main.xml file: android:focusable="true" android:focusableInTouchMode="true" activity_main.xml: <?xml ...
lonelydev101's user avatar
  • 1,953
0 votes
2 answers
363 views

Here all thing is working fine but i want to hide keyboard when click anywhere outside edittext... Here is the source: screen = this; sp = new ServiceProxy(); login_account=(Button)...
user avatar
0 votes
0 answers
310 views

is there a way to force soft keyboard in Android 4.4 app? I'm developing an app which needs both software keyboard and bluetooth barcode reader. Barcode reader will be used in 99% of cases, but there ...
pioand's user avatar
  • 1
0 votes
2 answers
184 views

I have a TextBox and a Button. When the button is clicked, the TextBox loses focus and the keyboard hides. How do I keep the keyboard from hiding when the button is clicked? I first thought to use ...
Kyle M's user avatar
  • 23
1 vote
2 answers
154 views

I have to use stateHidden in Manifest for some reason. But I also need to display keyboard as default for a onCreate(). But whatever I do, the keyboard still not pops-up as default. I have tried: ...
bianlei's user avatar
  • 59
0 votes
2 answers
64 views

I wrote a small program to evaluate expressions using the set. But on the small screen is the following With keyboard and without keyboard How to fix the Layout Issue? solved the problem by ...
Roman Kotov's user avatar

15 30 50 per page
1
2