Um. Why don't you do your development on a version of Android that is actually in use? 0.9 Beta, as the name implies would be BEFORE 1.0. It's not even compatible with 1.0. And the input method feature wasn't added until 1.5. And beyond that, IInputMethod is not part of the SDK; the API for applications is InputMethodManager. The main input method APIs are all described in the associated package:
http://developer.android.com/reference/android/view/inputmethod/package-summary.html On Mon, Jul 27, 2009 at 12:50 AM, Rain <[email protected]> wrote: > > Thanks for your response. > I've tried to use the IInputMethod.showsoftinput/hidesoftinput in > Ubuntu for compiling,but it can't go through and feeds back that the > class "IInputMethod" can not be found. Else i search the class in > source code and find it.So could you tell me why? > > On 7月27日, 下午2时07分, Zsolt Váradi <[email protected]> wrote: > > On Mon, Jul 27, 2009 at 4:59 AM, Rain<[email protected]> wrote: > > > > > Thanks Evan > > > > > I'm sorry to forgot to say that may SDK is 0.9 Beta,so the inputmethod > > > class is not inclued,besides that,i want toopenorclosethe key > > > board not using in an activity.Could you tell me some way else to > > > solve my problem? > > > Thanks for your response. > > > > You have to update your SDK to 1.5. There was nosoftkeyboardbefore that > :P > > > > Zsolt > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

