I guess 'android-developers' list can address this better 'm not much of an app-developer, but here is my two-cents.
Have you checked IMF(input method framework) in android?? http://git.omapzoom.org/?p=platform/frameworks/base.git;a=blob;f=core/java/android/view/inputmethod/InputMethodManager.java there may be a test case in code base, u can refer it and start using it. and a google write up is available at http://android-developers.blogspot.com/2009/04/updating-applications-for-on-screen.html On Thu, Mar 25, 2010 at 1:15 AM, Bill Gatliff <[email protected]> wrote: > Guys: > > > I have a need for a virtual keyboard with maximally-large keys. > Ideally, the keyboard would expand to cover the whole screen, and the > semi-transparent keys would allow me to see the widget with the input > focus underneath. > > Is such a thing possible? Can anyone point me in a direction? I > don't mind looking at and writing code. > > > Thanks! > > > b.g. > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > > To unsubscribe from this group, send email to > android-porting+unsubscribegooglegroups.com or reply to this email with the > words "REMOVE ME" as the subject. > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting To unsubscribe from this group, send email to android-porting+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
