Android :: Disabling Spelling Suggestions In EditText
Sep 8, 2009
I've got an EditText that I don't want spelling suggestions for since it's just a user name input field.
I've tried setting autoText to be "false" but when I start typing in the EditText with the soft keyboard I am still provided with spelling suggestions. I've also tried setting inputType to be "none" however that doesn't help either.
What's the correct way to disable this functionality (in XML or in code) so that no spelling suggestions are provided?
View 3 Replies
Sep 24, 2010
How to turn off suggestions in edittext in android?
View 3 Replies
View Related
Nov 9, 2010
Whenever I text and I go to type 'yo' it automatically corrects it to 'to'. I'm guessing I set this by accident at first. How do I reset this?
View 2 Replies
View Related
Oct 11, 2010
I've downloaded the Swiftkey Keyboard and like it a lot but am a bit frustrated by the autocomplete concept they use. I guess there should be two options: autocorrect spelling mistakes I make and another option for autocompleting words I am trying to type. Too often I find that Swiftkey's "predicted" word option based on what I type is so far off that I end up sending a nonsensical message to people.
View 3 Replies
View Related
Jul 25, 2010
On my old Blackberry I could programme the dictionary to change certain letter combos in to the correct words. Kind of like - "helo" > "hello".
As this was user programmable, it was also useful for including things like - "hl" > "hello mate".
On to my point. I write " I'll " a lot but get annoyed sticking the apostrophe in. If I write it without the apostrophe, it's just the word "ill" so it doesn't change it to "i'll". On my Blackberry I made "il" become "I'll".
Or, if I type " il " and keep selecting " I'll " from the suggested spellings, will the dictionary eventually change its default suggestion?
View 3 Replies
View Related
Jan 15, 2010
Adding an image on EditText works fine. However, copying an image is another problem. When I insert an image on EditText by using ImageSpan it shows correctly, but I copy inserted image, EditText shows me only 'obj'.
View 1 Replies
View Related
May 17, 2009
I want an EditText to look like TextView but still behave like EditText. I've tried applying TextView style to my EditText in my layout.xml file, like this:
CODE:............
But I get an error within xml editor: "Error: No resource found that matches the given name (at 'style' with value '@android:style/ Widget_TextView')." It is strange because @android:style/ Widget_TextView definitively exists - I double checked it in code via android.R.style.Widget_TextView. Another strange thing is that I don't get android:style offered in the xml editor while typing? There is android:id, android:text and everything else.. but not android:style?
I consider the hard way (making EditText look like TextView) to be: extending EditText and overriding it's onDraw method.
View 9 Replies
View Related
Dec 30, 2009
The default HTC Weather app isn't working today after I restarted my phone after a test.
The Current location 1/2 says Albuquerque, New Mexico. It says "No weather data available"
The 2/2 entry I programed is Albuquerque, NM and that works.
I just added a 3rd Dallas, TX and that works.
Something is odd. It's using the long spelled out state name for the Current location and that doesn't seem to be found in the Weather server when it checks. Just the 2 letter state names seem to work.
View 6 Replies
View Related
May 14, 2010
Our app (WordPress for Android) uses a ScrollView for the new blog post view. The issue is that if a user writes a lengthy blog post in the EditText, they are unable to scroll inside of the EditText because the ScrollView seems to be taking over the scrolling action, even when you are in the EditText.
Here's the layout XML (the EditText in question is @id/content):
CODE:...............
View 2 Replies
View Related
May 26, 2009
I am using an EditText. Is it possible to have a part of text uneditable and the rest editable in the same EditText?
View 2 Replies
View Related
Jan 11, 2010
Im' looking to backup certain parts of my phone in case of a firmware upgrade goes haywire. Also, those are the things i want to keep... I'm looking for a way to save my text messages, my spelling dictionary and the browsers stored passwords aswell as the bookmarks. I know there are apps that does this, but I'm intrested in the "manual" way. anyone who can fill me in which directories to backup?
View 4 Replies
View Related
Jul 29, 2010
Every time I put a TextView before an EditText element in a LinearLayout, the EditText does not show. When I don't, it does.
I've narrowed the problem down to the TextView's layout_width attribute. If I give it "wrap_content", it works, but doesn't "block" down, and it appears on the same line as the EditText.
CODE:...........
View 2 Replies
View Related
Jun 24, 2010
CODE:............
I have this at the top of my application. When the application starts, the EditText is orange highlighted and has a cursor in it; when the EditText is tapped, the soft keyboard pops up. The user uses it to type into the EditText.
However, when they click the Button, my onClick method fires and does everything it's supposed to, however the soft keyboard stays on screen and the EditText is still highlighted with its cursor.
I also have, at the top of the Button onclick: findViewById(R.id.name).clearFocus();
In spite of this, the EditText does not seem to clear its focus. How do I make the button actually act as if it is submitting the form?
Also, I do not transition to a different Activity on the click of the Button. I suppose that is the typical case, and probably the reason why they don't bother hiding the keyboard. However I want to keep the search box and button at the top of the screen, so I just dynamically fill and add views to the screen when the Button is pressed. How can I achieve my desired behavior?
View 1 Replies
View Related
May 27, 2009
1. Is there native RTP support on android? 2. Is there a media player for playing incoming rtp streams, or for that matter streaming rtp audio video from the device? 3. I have a sip stack that runs on android. I wish to develop an application on top of it. Before that, i wish to know, what should be an ideal application footprint that can run on android. If there are any best practices wiki pages...kindly point me to them. 4. I wish to provision some parameters on a java smart card. Is there a way (api) provision on android so that i can read from that card on application bootstrapping? 5. Is it possible for an android application to register for callbacks, in case the mobile device goes out of radio coverage?
View 2 Replies
View Related
Jul 8, 2010
i have few activities in android application with inbox Textview in the title. i want to implement something like Inbox(Number of messages) to be shown on each screen. any one guide me what is the suitable way to show number of messages in each screen title bar? one of my friend is calling webservice after 10 seconds again and again to achieve this functionality but i dont think it is a suitable way.
View 2 Replies
View Related
Aug 11, 2010
I'm having problem with creating AutocompleteTextView in custom dialog. In every example i saw, the autocomplete feature is only in the classes that extends activity.I need to have autocomplete in custom dialog that I created.
View 3 Replies
View Related
May 19, 2010
Im trying to prepare a set of guidelines and project template for my future Android projects. Im already implementing the basic MVC architecture modularity. Im trying to have add more advanced level of design to my Android projects to make my development easier and maintainable. For example can someone suggest me a way to make Intent calls to Activity without explicitly mentioning the class while creating the Intent. Im trying to loose couple the intent calls and hopefully use AndroidManifest to assign action to an activity which then can be called globally within the application.Any other type of suggestions are welcome. Also please suggest any kind of coding conventions that you might be using yourself.
View 1 Replies
View Related
Jun 1, 2010
i have completed my First android application and i have deployed that application to different android based mobile phones which is working fine. my question to you is, is there iphone store like thing exists in android to upload your application by paying fee to android store or something like that. or nothing or should i start passing my application to end users directly? any help would be appreciated.
View 2 Replies
View Related
Apr 23, 2010
I just fired up my motorola milestone and want to send a text message. But since it constantly suggests words in English and autocorrects them I am unable to write in my own language (Dutch). Does anybody know how I can disable the auto-suggestion option when writing an sms?
View 3 Replies
View Related
Mar 27, 2010
Is there any way to add words to the suggestions in the soft keyboard? For a specific Edittext field i would like to add a list of names to the suggestions that pops up on top of the soft keyboard in android 2.0.
View 2 Replies
View Related
Jun 21, 2010
I'm about to receive a replacement DInc in the next day or two and wondered the best way to back it up. I'd use Titanium Backup in an instant due to it's great reviews but it required root and I don't want to root the phone that I'm sending back. Ideally, I'd like an app that can be used with a OEM or rooted phone. What are your favorites? Suggestions?
PS I already have AppBrain to help with that part.
View 3 Replies
View Related
Jul 6, 2010
I'm trying to implement both recent suggestions and custom suggesions in global search in the same application. They both use the same path in the provider so it doesn't seem like it is possible to return different results for them. For example just recent searches for suggestions and real search results in the Quick Search Box.
View 2 Replies
View Related
Mar 17, 2010
I cannot seem to dictate the behavior of the onClick function.When a suggestion is clicked, it fires off the intent immediately. Is there a way for it to instead of firing off the intent immediately,simply copy and paste the suggestion as part of the search string?Eg. when typing in J,o,h the suggestion "John" comes up. When I click "John" can it copy that text into the search bar instead of immediately processing the search with John?I'm assuming theres a simple configuration which I cant seem to find.I dont want to go extensively into catching the fired of intent and re-processing etc
View 2 Replies
View Related
Nov 24, 2010
I'm building the search in an application and need to have a way of putting the suggestions which I get from my server as a JSON-array into the list of suggestions which is displayed below the Quick Search Box. Is there an easy way to have the quick search box read such resources? Currently I am trying to use a ContentProvider, but the interface methods clearly indicate one is supposed to be querying a database to get the suggestions. I guess using a ContentProvider is the correct way if you are searching the data which is stored inside the application. I am not so sure however, that it is the right way if you need to query a network resource.
It makes no sense for me to save the suggestions I get from the network to a local database, as the suggestions and their hit rate will vary from time to time. Anyone had this issue? Or can point me in the direction of a similar question? I could not find questions here on stack that mentioned network suggestions.
View 1 Replies
View Related
Sep 15, 2010
Is there a way to send feedback to the Android development team on bugs, user annoyances, etc? Things like this I set a default contact number. how do I undo? should be looped back to Google so they can work on fixing issues like this. Does anyone know of a way, officially, or unofficially to send requests / suggestions / feedback to the team?
View 1 Replies
View Related
Jan 24, 2010
I am using AutoCompleteTextView , when user clicks on it, I want to show suggestions even if it has no text - but setThreshold(0) works exactly the same as setThreshold(1) - so the user has to enter at least 1 character to show the suggestions.
View 1 Replies
View Related
Jun 26, 2010
I'm trying to create an app that offers the user 3 different kinds of layouts. The only common portion for all 3 would be the TextView (located at the top) that would display information specific to the currently displayed layout and 3 buttons to select the required layouts.
Is there some way we can create this UI in XML to keep only one constant part(the upper TextView) and dynamically display any one of the 3 layouts below it?
Would it be better to create separate XML's for each of the layouts (each including the upper TextView in them)?
OR would doing this via code be better?
Fast switching between the 3 layouts is important. TIA
[EDIT 1]
Actually they are 3 different layouts, with several "child" layouts and views within each of them. Could a ViewFlipper be used for switching between these? I was thinking that a ViewFlipper was only for switching between View elements?
I do have them in individual XML's right now but am looking for some way to load and unload them fast. Not sure how to do the hiding thing, will try reading up on that. [/EDIT 1]
View 2 Replies
View Related
Jun 8, 2010
Not getting SMS from QIK to confirm / any suggestions?
View 2 Replies
View Related
Jul 14, 2010
I have gone through many threads in this group about avoiding the use of everlasting Services, Timer/TimerTask sleep issues and detecting phone calls, but not finding the answers I am looking for this app, I will really appreciate any help you can provide me. I am working on an App to detect incoming calls and when the call time is equal to 5 minutes indicate the user by vibrating the phone. In my strategy I am creating a Receiver that listens for RECEIVE_BOOT_COMPLETED action and launch an everlasting Service which sets up a PhoneState Listener.
1) Is there any other strategy to be always listening for incoming calls and thus avoide to using an on boot created Service? (besides the Service eventually gets killed and I am not able to detect incoming calls) A first approach I took here was setting up a Timer and TimerTask when CALL_STATE_RINGING state was detected and after 5 min (if the call continues) vibrate the phone for 2 seconds. However sometimes the timer phone vibrates after an hour a call was placed (the vibration happens in the run() TimerTask method. I know Android can go to sleep and that could be the reason my timer is not run on time but 2) How can Android be slept if I am in a call? Is the call just handled by the modem or how come? Next, to overcome this issue I tried preventing the Service from going to sleep by putting it in foreground state calling startForeground (NOTIFICATION_ID , notification), still the same behaviour the timer is run long after the call was placed 3) does startForeground prevent Android going to sleep or it is just aimed to keep the Service's process in memory? 4) A wake lock would do this job ? (I have not tried this) Encouraged by many post I tried using an Alarm and it works (thought I do not want to use it because I think it should be possible to accomplish with something lighter) but when the phone vibrates it just keeps vibrating till I remove the phone from my cheek (the screen is turned on again) 5) Why? Is it that Android started vibrating the phone and then went to sleep? so the vibration is turned off when Android awakes, when the screen is turned on again? 6? Ideas of how to stop the timer?
View 3 Replies
View Related
Nov 29, 2010
When I was using my x10 when it was only 1.6, when you typed a letter using the android keyboard, it would give multiple word suggestions (ie. i - is, it, in, etc.) which helped a lot. But with 2.1, if I turn it's word suggestions, it only provides me with proper names or contact names. Any way to allow 2.1 to use word suggestions other than these proper/contact names? I don't like the default keyboard. Can no one help? I don't think I'm the only one with this problem.
View 1 Replies
View Related