Android Localisation
We start out with a link collection.
-
Developer tutorial
-
Localisation tutorial
-
Creating an input method
-
Soft keyboard sample
-
Link to the keyboard setup file itself
-
Download and install the Android code ( Installation guide)
-
Syntax of key character map file
-
Excerpt from file showing keyboard language
- The keyboard_picker.xml file
Keyboard layout
First, download the Android sources: http: //source.android.com/source/downloading.html
The keyboard layouts are located in frameworks/base/packages/InputDevices/res/raw/
Open keyboard_layout_norwegian.kcm, edit it and save it as keyboard_layout_sami.kcm.
Build the android sources: http: //source.android.com/source/building.html