Is it possible to include a fragment in the layout of the input method?

Can I include Fragmentas part of an input method (IME)?

The problem is that my input method matters extends InputMethodService, which means that it is notFragmentActivity

+5
source share

All Articles