0

I've got around to implementing modes on Android keyboard (using the android:keyboardMode attribute for rows), but I have no idea how to implement pages as many other keyboards do for emojis.

Is there some resource I'm overlooking to implement the these in Android?

What I want are many pages (or scrollview) in an Android Keyboard. But all I can come up with is using switching Modes, or using swipeLeft or swipeRight on KeyboardView, which doesn't do the job as the Listener is called only after the swiping has been performed.

Sid Verma
  • 536
  • 1
  • 7
  • 25
  • Probably explaining **what** issue you're having is more helpful to understand what your problem is. – JoxTraex Mar 03 '16 at 00:21
  • I edited the question to try to clarify it better. My issue is that I've no idea how to implement pages in the keyboard. I've seen them in other apps, but can't find any resource in the docs which'd help me do that. – Sid Verma Mar 03 '16 at 00:50

0 Answers0