[android-developers] SoftKeyboard - not showing the auto suggest

2014-04-09 Thread KK
I am going to do an android application. In that app, I have to add the customized keyboard. So that I am trying to create my own customized keyboard. I found the code for the keyboard from the android sdk's sample(SoftKeyboard). When I execute the code, the keyboard is installed and showing in m

[android-developers] SoftKeyboard sample viewing wrong in Galaxy Nexus

2012-09-05 Thread nsL
Hi all, I was about to learn how to make a custom input method, so i decided to try first the sample coming with the SDK on my galaxy nexus. And this is what i got (no modify on sources):

[android-developers] Softkeyboard

2012-05-21 Thread Tony
I want to program a softkeyboard where you click on a key, and instead of outputting an alphabet into the textediting area, i want it to output a different letter or symbol. Sort of like how a japanese romaji keyboard would work. (eg: when you click on the a, r, i, g, a, t, o, u keys, it would outp

[android-developers] SoftKeyboard -Twin set up

2012-04-04 Thread ramya
Hi, I need to implement the custom softkeyboard for android ,I have a requirement ,that if the screen width is large,I need to show twin keyboards,ie on the either side of the screenwhere user can do thumb typing.Is this even possible?Please shed some pointers on how to display a twin keyboard

[android-developers] SoftKeyboard

2011-08-09 Thread Pradeep
Hello all, The default sofkeyboard in Nexus one 2.3 does not hide if we touch anywhere outside the keyboard. Actually, it hides with some apps but not with all. What might be the reason of this behaviour ? I have a custom keyboard along the lines of LatinIME so my keyboard also behaves the same.

[android-developers] Softkeyboard Problems (Fullscreen + GLES)

2011-06-21 Thread Mario Zechner
Hi, i fooled around with the softkeyboard API a little and tested it on a couple of phones. My test setup is an activity with a GLSurfaceView set to fullscreen. When the screen is touched the softkeyboard is brought up via InputMethodManager manager = (InputMethodManager)getSystemService(Context.

Re: [android-developers] SoftKeyboard with transparent background

2011-04-17 Thread Pradeep Bhatt
Oh, Sorry for that ! By "did not work" I mean for many apps background did not have transparency it was opaque. On Sun, Apr 17, 2011 at 6:42 AM, Dianne Hackborn wrote: > Define "did not work." In what way did it not work? > > On Sat, Apr 16, 2011 at 9:21 AM, Pradeep wrote: > >> Hi, >> >> I ha

Re: [android-developers] SoftKeyboard with transparent background

2011-04-16 Thread Dianne Hackborn
Define "did not work." In what way did it not work? On Sat, Apr 16, 2011 at 9:21 AM, Pradeep wrote: > Hi, > > I have written a new keyboard by extending the SoftKeyboard provided > as example. > > I wanted to have a transparent background so I included a transparent > png as background. This w

[android-developers] SoftKeyboard with transparent background

2011-04-16 Thread Pradeep
Hi, I have written a new keyboard by extending the SoftKeyboard provided as example. I wanted to have a transparent background so I included a transparent png as background. This worked for some apps but for many others it did not. How can I make it work for all ? Am I missing something ? Reg

[android-developers] softkeyboard sample problem solved

2010-12-10 Thread hhenne
I found the solution in this forum. What I missed was the LONG press in an input field. That activates a menu where you can change input method. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d

[android-developers] softkeyboard sample not activated

2010-12-10 Thread hhenne
Hi, I am starting to write an InputMethod. My first step is to deploy the sample: softkeyboard - my only change is to include some Log statements in the on??? methods. I have deployed it on a device (Sony Xperia 8) and on the emulator. It seems to be installed OK, and I can see the process is ru

[android-developers] SoftKeyboard Sample blurry font / key background problem

2010-12-09 Thread radzish
Hi, I am new to android development, so sorry for maybe a stupid question. I am going to write simple soft keyboard. I started with the following sample: http://developer.android.com/resources/samples/SoftKeyboard/index.html When I compiled and launched it on emulator (WVGA800, 240 dpi) I notice

[android-developers] Softkeyboard not displaying in 2.2 landscape mode

2010-11-21 Thread Sarwar Erfan
Hi, I am facing a strange problem. My app works fine in 2.1 (emulator + device). But, when I use 2.2 (both emulator + device) then there is an issue with the soft keyboard. There is a Activity in landscape mode in the app (use android:screenOrientation="landscape"). There are two EditText in that

[android-developers] SoftKeyboard on HDTV

2010-11-09 Thread Dan
Hi, I'm using Android O/S on a device connected via HDMI to an HDTV. This means I'm running high resolutions and don't have a touch-screen interface. I need to create a custom input method editor - so I've started to look at the SoftKeyboard example that comes with the SDK. I build the app (in

[android-developers] Softkeyboard

2010-10-21 Thread KiCo
Hi everybody, I am actually a newbie and developing a softkeyboard is very important for me now. I have tried Softkeyboard Sample in SDK but unfortunately it did not work either on emulator nor my htc buzz. I tried to check if in any step my softkeyboard service is called by placing logging in on

[android-developers] SoftKeyboard background color

2010-07-18 Thread julz
Hey there, does anyone have a nice and easy way to change the color of the soft keyboard? Maybe even change the color of the keys Whenever I define a background color as follows it crashes the keyboard: CODE: line 21: http://schemas.android.com/apk/res/android"; android:id="@+id/keyboa

Re: [android-developers] softkeyboard in Android 1.1

2010-02-10 Thread swapnil kamble
Why you want Android 1.1 ? On Wed, Feb 10, 2010 at 6:32 PM, andu wrote: > How are you all > > I want to develop softkeyboard for android 1.1 platform. when I check > the sample softkeyboard application in the emulator, some of the > imported packages are not accessible. some of them are: > > imp

[android-developers] softkeyboard in Android 1.1

2010-02-10 Thread andu
How are you all I want to develop softkeyboard for android 1.1 platform. when I check the sample softkeyboard application in the emulator, some of the imported packages are not accessible. some of them are: import android.inputmethodservice.Keyboard; import android.inputmethodservice.Keyboard.Key

[android-developers] SoftKeyboard - detecting pressed key

2009-10-29 Thread Hilly
Hi, I am currently developing an android app which opens the soft keyboard in order to get an input from the user. I would like to detect when the user has finished using the soft keyboard by clicking the "Done" key. Is there anyway I can do it? Is there some kind of event that I can catch to det

[android-developers] SoftKeyBoard Event

2009-08-04 Thread Rahul
Hi Do u know How to handle KEY_DOWN and KEY_UP event for SoftKeyBoard . i got one example in developer blog but its not enough to undestand pls help me Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Andr

[android-developers] SoftKeyboard doesn't appear on AlertDialog

2009-07-30 Thread drjunior
Hi, I have one EditText inside one AlertDialog. When the EditText has focus the SoftKeyboard doesn't appear with vertical screen orientation. I have other EditTex in a common Layout and this works fine. Someone with same problem? --~--~-~--~~~---~--~~ You receive

[android-developers] SoftKeyboard ONLY with "ABCDE...."

2009-05-25 Thread guruk
Hi, i really dont find a solution how I can tell the SoftKeyboard to accept only "ABCDE abcde..." and space. Its easy in the layout xml to say only numeric=integer or so but... how to make only LETTERS?? thanks Chis --~--~-~--~~~---~--~~ You received this me

[android-developers] SoftKeyboard Example Problem

2009-05-17 Thread BlackLight
Hello. I'm trying to understand how SoftKeyboard example from sdk 1.5 works. I made apk and installed it on emulator 1.5. I see only default keyboard (Android Keyboard). Please, give me some information (url?) to read more about custom softkeyboards. Thanks. --~--~-~--~~~

[android-developers] SoftKeyboard

2009-04-29 Thread Mr.No
Hello, how do i disable the SoftKeyboard? --~--~-~--~~~---~--~~ 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 gr