PowerGUI,

I had a quick look at the test source. I haven't been able to actually
run the test, but this seems like great work. I can see a lot of
applications that would enjoy using this. In order to facilitate use,
it would be good to create an intents-based method of starting your
keyboard.

You might use an android.content.Intent.ACTION_GET_CONTENT with a new
mime type. This is a little less than ideal because this Intent should
return a URI to the content picked, whereas you would probably just
like to return the characters. It should be pretty easy to create a
content provider with one-time URI's.  That is, store the characters
chosen from the soft keyboard at the given URI and after their first
retrieval, delete the content.

Another option would be to create your keyboard as a View. This way,
any application could just incorporate it into their project.

I'm excited to see these innovative applications coming out so
quickly.

Regards,
Justin
Android Team @ Google

On Sep 6, 8:09 am, PowerGUI <[EMAIL PROTECTED]> wrote:
> Dear Androiders,
>       I am glad to release the Android SoftKeyboard,support both
> English and Chinese input use SoftKeyboard. If you have android
> dotphone development evaluation or other android hardware which
> supports touchscreen, it is also for you.   :D
>       here is the steps:
>      1)please download the TestSoftKeyboard.tgz and SoftKey.apk
>      2)adb install SoftKey.apk
>      3)extract the TestSoftKeyboard.tgz,you can compile it.then
> generate
> TestSoftKeyboard.apk (or TestSoftKeyboad-debug.apk)
>      4)adb install TestSoftKeyboard.apk (a compiled
> TestSoftkeyboard.apk is ready,please checkt it)
>      5)when the window of TestSoftKeyboard.apk appears,then click the
> edittext area(need click two times,bugs in android?), popup the
> SoftKeyboard windows,input anythings as you like.
>      6)click ok or cancel to return your window
>      7)TestSoftKeyboard is just a samples,you can use the same rule to
> make your program to support input method.
>
>       the screenshot ,related program and TestSoftKeyboard Source code
> is avaiable at:
>       1)http://www.dotphone.org/english
>       2)http://groups.google.com/group/android-dotphone
>
> Any feedbacks is appreciate.
>
> Best Regards
> Android DotPhone Teamhttp://www.dotphone.org/english/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to