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.