jk.yeo
Results
4
issues of
jk.yeo
"isPassword = true" seems doesn't work I change code to ``` java _editText.setInputType( _isPassword ? (InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD) : InputType.TYPE_TEXT_FLAG_AUTO_CORRECT ); ``` And it work now.
When the label array size() > 2. throw exception: Invalid index 2, size is 2
能否加入adapter.clear() 方法? 有些情景下需要clear 掉全部数据加载新数据。 目前使用for(...){adapter.remove(..)}的方法暂时解决。