A Bopomofo software keyboard (aka input method editor) on Android, which is utilizing libchewing for intelligent phonetic processing.
樸實注音鍵盤是 Android 平台上的注音符號軟體鍵盤(輸入法),藉由新酷音輸入法程式庫的輔助,提供自動選字處理機能。
-
Get source code:
git clone --recursive https://github.com/hiroshiyui/GuilelessBopomofo.git
-
Build it:
- Import this project into Android Studio, then run "Buile -> Make Project", or...
- execute
./gradlew :app:assembleDebug
or./gradlew :app:assembleRelease
from shell command line
-
Locate the generated APK files from
./app/build/outputs/apk/
-
Enjoy!
Considering the convenience of modularization for development and project management, this project has established the Android App Module of libchewing in a separated location at 'libchewingAndroidAppModule'.
The embedded app/libs/libchewing_android_app_module_*-release.aar is built by the 'libchewingAndroidAppModule' project.
考慮到模組化能夠更方便地進行開發與專案管理,本專案將 libchewing 的 Android App Module 另外開設於 "libchewingAndroidAppModule"。
內嵌的 app/libs/libchewing_android_app_module_*-release.aar 即是由 "libchewingAndroidAppModule" 專案建置產生。
- Chewing contributors
- Bobby Tung
- Wen-Chun Lin
- Jim Huang (jserv)
- StarForcefield
- Weizhong Yang (zonble)
- My dear friends, my family, and my wife.