Transparent InputMethod for Android

Trying to make Android InputMethod transparent - i.e. the basic content will appear on the keyboard that I am developing.

I managed to make the presentation that I pass to the system transparently - I think - but it seems that something under my view, which is solid white, is confusing the underlying content.

It is certainly possible these guys are doing this:

https://play.google.com/store/apps/details?id=com.aitype.android.tablet.p&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5haXR5cGUuYW5kcm9pZC50YWJsZXQucCJd

+5
source share
2 answers

! , , , , . , , , , - .

"-" - . , , . .

: , onCreateInputView, onCreateCandidatesView. , . , .

, , , , . , , android: windowSoftInputMode , adjustPan.

: " , , , , : , , ". http://developer.android.com/reference/android/inputmethodservice/InputMethodService.html

, onCreateCandidatesView, null onCreateInputView setCandidatesViewShown (true), ( onWindowShown).

+5

InputMethodServices , . , , , . .

0

All Articles