Android Open Source - Development youtube WriteRight






Project Summary

WriteRight is an alternative Android Input Method. Its magic is that it shrinks the virtual keys in order to help the writer in composing text. It uses personalized predictions that are based on usage of the words as well as the time that these words were typed. You can see it in action here: http://www.youtube.com/watch?v=LjigGHm_1KY.

Web Site / Source Repository

WriteRight is hosted in the following web site
https://github.com/PanosSakkos/WriteRight

If you think the Android project WriteRight listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of WriteRight.

ItemValue
Java File Count7
Supported screen sizes[mdpi, hdpi]
Minimum SDK Version7
Activity Count0
Required Permissionsandroid.permission.VIBRATE
Asset File Namesassets\writeright.db




License

The license information of WriteRight is as follows:

GNU General Public License

Resource Files

There are 6 image files in WriteRight. The names of the image files are listed as follows.

sym_keyboard_delete.png
sym_keyboard_done.png
sym_keyboard_return.png
sym_keyboard_search.png
sym_keyboard_shift.png
sym_keyboard_space.png

The following screenshort is generated from the image listed above.

null




Java Source Files

panos.sakkos.softkeyboard.writeright.DataBaseHelper.java
panos.sakkos.softkeyboard.writeright.LatinKeyboardView.java
panos.sakkos.softkeyboard.writeright.LatinKeyboard.java
panos.sakkos.softkeyboard.writeright.Predictor.java
panos.sakkos.softkeyboard.writeright.SoftKeyboard.java
panos.sakkos.softkeyboard.writeright.Statistics.java
panos.sakkos.softkeyboard.writeright.Trie.java