Is there a way to interfere between the blackberry keyboard input and the key events that reach the foreground application? i.e. what we want to do is build a predictive keyboard functionality to be used on any application that needs keyboard input (like textboxes, emails, etc.), so we need to: 1) get the keys that are pressed 2) present a couple of possible predictions on screen 3.a) the user picks the predicted word by clicking on it or 3.b) keeps writing
Is there a way to do this on Blackberry? I know we can listen to the keyboard, but I'm not sure whether we can show something on screen while another application is in the foreground, and how to tell the application to get the predicted word the user picked.
Thanks in advance!