Currently I am going to do an authentication app by using keystroke. I wonder how can I get the keystroke from the Android soft keyboard? What I want in final is the time to press a soft keyboard button.
For example,
what I press : abcd
time press : 0.3 0.4 0.6 0.8
time release : 0.5 0.7 0.2 0.6
later on, store this figure into a text file and process using Matlab.