原创 Android中EditText限制僅允許輸入漢字/僅允許漢字和數字

最近項目各種需求,各種更改,之前的需求是editText只要不是數字就ok了. 現在需求改爲只允許輸入漢字,採用正則表達式完成. @BindView(R2.id.et_other_college) EditText etOthe

原创 Android數據庫GreenDao配置

1.添加依賴 在moudle的build.gradle中添加依賴 implementation 'org.greenrobot:greendao:3.2.2' implementation 'org.greenrobot:gree

原创 Android開發中遇到的一些問題

1.做自動化測試的時候程序崩潰(espresso) 問題描述: Test running failed: Instrumentation run failed due to 'Process crashed.' 使用androi