Android :: Open Numeric Keypad / Input Multiple Numbers?
Nov 9, 2010
I am making a math program that reads in numbers from an edit text box, and creates / LU factors a matrix. When a user clicks into this field, the regular keyboard shows. It would be easier for the user if it were a numeric keyboard. When I use android:input Style="number" the amount of numbers allowed to be entered into the field is 1. How do I bring up the numeric keyboard without limiting the ability to enter multiple numbers?
View 1 Replies
Oct 21, 2010
I use the following code to pop up the soft input keyboard in my Activity
InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); imm.getInputMethodList(); imm.toggleSoftInput(InputMethodManager.SHOW_FORCED, 0); This displays the alphabetic keyboard. But I want to display the numeric keyboard. Please note I know that using setInputType() works when used with an Edittext or a TextView but I want to be able to display the keyboard without an input area such as an Edit Text and simply listen to the key presses on the keyboard. Can anyone confirm whether this is possible and if so how can it be achieved?
View 4 Replies
View Related
Aug 8, 2009
I want to replace the default virtual/soft keyboard with a numeric keypad (with big keys) to simplify number entry. Anyone has any such experiences or knows any guide/tutorial about this?
View 2 Replies
View Related
Oct 21, 2010
I use the following code to listen for the key presses of 0 - 9 from the soft input keyboard on Android: The code works when i display the soft input keyboard in the following mode: http://i.imgur.com/Snasz.png: However it does **not** work when I display the soft input keyboard in the following mode: http://i.imgur.com/wf0Kt.png. Why is this?
View 6 Replies
View Related
Aug 17, 2010
I'm looking for an application that lets me use the Incredible as a numeric keypad for my laptop. So it would have to link to my laptop via blue tooth. I had and app with my old iPhone, but I can't find anything like it in the Android Market.
View 1 Replies
View Related
Jun 13, 2010
I have an Edit Text field for the user to enter their weight in lbs. How can I override the traditional keyboard and display the numeric keypad instead?
View 2 Replies
View Related
Jul 22, 2010
Is there an app or a way to get a numeric key pad (e.g. "2/abc, 3/def...")? I've seen a few other threads on here but they're a little over my head!
View 5 Replies
View Related
Sep 27, 2010
I have Edit Text. If soft keyboard is open user is able to change laquage or numeric-alfa mode. I want the Edit Text is in numeric mode by default BUT user has to have possibility to change the keyboard from numeric mode to text mode. If anybody knows tell me how to do it.
View 4 Replies
View Related
Nov 4, 2010
I have an app I am working on that does some math on a few variables and outputs the answer. Well that's the plan anyway. Being a total n00b at Android & Java I am not sure of a couple of things.1) I have created text fields in the layout file for user to enter values. Instead of text fields should I use numerical value fields, if such a thing exists? 2) How can you convert from a text field to a numerical value and back again?
View 3 Replies
View Related
Apr 21, 2010
I am trying to do something that I thought would be simple, yet I still haven't found the right approach. I have a Edit Text field that should only accept unsigned decimal entries. Using android:input Type="number Decimal" in my layout xml file achieves this, however the soft keyboard that is raised with this input Type is the standard keyboard but just uses the alternate view with the number row on top. This is far from ideal for a field that only allows numbers. A much better soft keyboard for numeric entry is the "phone" one. It has all of the numbers and a decimal. Perfect!! Well, except that for the life of me I cannot figure out how to use both the phone keyboard AND allow only numeric entry. I've tried everything I can think of but if I use the phone soft keyboard then the input field also allows things like "(" and any of the other symbols available on that keyboard. Is there any way to get the nice big numeric buttons of the phone keyboard along with only allowing decimal entry? You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
View 3 Replies
View Related
Aug 31, 2010
I've been doing some usability testing on a website I'm developing, using an Android phone and an iPod touch. In both cases, when entering a numeric field (time, distance in metres, etc) I have to take a manual step to change the keyboard layout to show digits. As the app will only accept numeric values in the text box, I'd like to save the user the inconvenience and tell the device "switch to the number pad for this input".
View 1 Replies
View Related
Nov 1, 2009
I want to use the SR api to handle commands in my application. I know at any given point in my application what the valid commands would be at that point so would like to limit the results that the SR is matched against. For example, if the only valid commands were "Yes" or "No" I would like to be able to restrict the SR to only try and match against those two words. Otherwise on full vocabulary I get "Snow" and other false words. Limiting the vocabulary should make matching 90%+ accurate on limited words. Is this possible? Also, can I limit the SR to only match numeric for number input only? The internal dialer seems to be able to do this sort of this, so can I?
View 7 Replies
View Related
Jul 19, 2010
Android 2.1 I am having a text box in the the web view where only numeric input is require but when the soft keypad pops up, it shows the full qwerty keypad. As we know that few tags of HTML 5 is supported in android 2.1 and this also can be achieved by putting some java script in the web page but that is making the user experience very bad. Is there any way to show only numeric keypad or is there any way to grab the event where whenever any text box is focused so that I can set its IME and CLASS as defined in Editor Info.
View 2 Replies
View Related
Oct 31, 2009
Is there a way in android to invoke a numeric only keypad, i.e. a virtual keypad that contains only the numbers 0 to 9 and a "." sign?
View 2 Replies
View Related
Nov 19, 2013
Call / SMS blocking app with ability to block message from non-numeric numbers and with whitelist support for those numbers.
I`am using Call Control now. This app can block non-numerical numbers. But no whitelist support.
Answer: information from cellular providers and from banks comes from such numbers. But they trapped in spam and you have always to look blocked log.
View 1 Replies
View Related
Mar 31, 2009
Who can give me a input method application which can replace QWERTY keypad and do not need a HVGA screen (that can also fit VGA / WQVGA / QVGA)?
View 2 Replies
View Related
Feb 24, 2010
Can you guys share how can we mask password input in fullscreen virtual keypad. EditText setPinEditText= new EditText(context); setPinEditText.setImeOptions(EditorInfo.IME_ACTION_UNSPECIFIED);)
I tried using setPinEditText.setTransformationMethod(new PasswordTransformationMethod());
Masking the password input in portrait vkp mode works fine with this change but when I rotate to landscape mode, in fullscreen virtual keyboard mode it doenst worked.
View 9 Replies
View Related
Oct 31, 2009
Does android have a virtual numeric keypad view? kind of like the phone dialer including the "." and the "Done" signs? I know you can make an Edit Text numeric, but I just want a virtual keyboard that will display one "0-9" buttons.
View 2 Replies
View Related
Sep 30, 2010
From the home screen, if I press 'phone' and then the keypad icon in the bottom left some of the numbers have a chevron on either side of them. I thought that possibly it indicated that the person had more than one number but that is not the case.
View 2 Replies
View Related
May 3, 2010
Anyway to disable to vibrations when dialing numbers using the phone keypad. I thought i had it turned off once but its still doing it....
View 11 Replies
View Related
Oct 28, 2010
I am running 2.1 on galaxy S and its one month old phone. I have installed 16Gb Sd card. I have installed lots of applications on the phone and i think coz of which the phone has become really slow. If i go to task-manager---> Summary, under program it shows 456MB/516MB. Is there a workaround to keep all the current apps on the phone and also increase the spee of the phone. For eg;- when i hit the phone key, it takes 5 sec to open the keypad/calllog window.
View 2 Replies
View Related
Jun 1, 2010
I just posted this in another thread, and then realized that it was actually located in the Sam sung Moment Sub-Forum. So, I am posting it here for more universal viewing and input. Here's a rough explanation of my situation: I'm a leader in a large PS3 gaming community (4-500 active members) - go ahead and call me a dork. With all the things I do there, I occasionally have to give my number to members. I try to stick to msn/skype/google chat. However, that does not always work out. I have many separate G mail accounts for dispersing to different people; specifically, I have one designated as my gaming account. So, I would like to associate my gaming g mail with a specific GV Number. Knowing all that, if I were able to obtain an additional G V invite for that account (I do not currently have one and I probably sound selfish), would it be possible to have 2 different accounts going to the same phone?
View 9 Replies
View Related
Apr 3, 2010
I am able to launch contact application from the following way. I am also able to show Name and only one Phone number. My problem is 1- How can I show multiple phone number [like Home, Mobile, Work etc] when I am launching contact application. How can I do that? 2- In Contact application there is one option *More*, which is an expandable list. When I click that it open with other many fields like Notes, Website, Nicknam etc. How can I fill those fields while launching the Contact application? Code...
View 8 Replies
View Related
Jul 6, 2010
How do you choose/cycle through your contact's different phone numbers while on the phone screen. I know when i had the Hero I would just use the scroll bar and roll it right/left to go through the contact's other numbers.
View 3 Replies
View Related
Apr 12, 2014
Many of my contacts have multiple phone numbers. When I receive a text from someone is there any way to differentiate which one they are texting from? For example, I usually send texts to my wife from my mobile, but sometimes I will send them from my tablet through google voice, which has a different phone number. She added my Google Voice number to my contact so she will recognize it. Both numbers show up as a different thread and if she responds it will go to the correct device. The problem is that she will open up her text app and pick my thread out of the list, but there's no way to tell which device she is selecting, so she will send texts to my tablet instead of my phone and I won't get it. I told her to create a completely different contact for the Google Voice number so she will know the difference. This works, but she doesn't want two separate contacts for me. It is kind of annoying that the contacts allows you to enter multiple numbers for the same person but doesn't differentiate which one is being used. Is there any way to get the text app to show which number the text is coming from on contacts with multiple numbers?
View 1 Replies
View Related
Jul 20, 2010
Sorry I am a bit of a newbie on phones.I kept with my Motorola 1000 till I got a Desire. On this phone on the SIM card I could store several numbers for each contact/person.I swapped the SIM card into the Desire, and all the first number for each contact is there, but I can find no way to access the other numbers e.g. landline that I had against each contact/person.Does anyone know where I am going wrong?
View 8 Replies
View Related
Mar 1, 2010
When I bring up the list of contacts in the Phone app (not the People app) it shows left and right arrows. However, they don't do anything.So if I want to use a different number for a contact (ie home vs cell) I have to actually hit the Rolodex icon and then select the number.I n every other phone I've had one could always select which number to call. Of course there is always the default number chosen when first setting up the contact.So how does one do this from the list in the phone app?
View 1 Replies
View Related
May 12, 2010
After playing with my Incredible for many many many hours, just found a really sweet trick.In the favorites widget i have people with multiple numbers(cell, phone), and when you click on that person it calls the primary number, but last night i found that if you click the actual name of the contact(right under the actual pic) a detail properties pop up for that contact and from there you can callsmsemail the person via other numbers.now back to looking for more cool things
View 6 Replies
View Related
Jun 17, 2010
I really dont know what is happening here, but I have lost (nothing has been deleted) most of my contacts (some have remained - dont know why) but I have tried everything to get them back - I have imported - exported - sim - phone - vcard, all variations, all I am getting is multiple duplications of the numbers that are left in the phone, but not getting back what I have lost... someone help before I go get a rope!!
View 5 Replies
View Related
May 28, 2010
I don't understand. In symbian it was possible to add more than one "mobile" number, and even with a custom label. In android i can't do that. I have friends that use 2 or 3 mobiles, for work, personal use etc, that besides the work number from the location.
Is there a workaround or a program i can use? I don't want my contacts staying on the gmail servers.
I guess the question is, how can i modify the labels? there's got to be a way...
If i use the "linked" option, when i view the contact details it just shows me 3 different numbers, it doesn't show me the linked contact's name so i can't now wich number i want to call: work, personal etc.
Custom labels would have been genius. I could add to Andy for example:
1. mobile xxx
2. mobile work xxx
3. boss xxx
And when he would call me from one of this numbers, it would have been nice to look like this:
Andy mobile xxx or Andy mobile work xxx.
View 3 Replies
View Related