knziha
knziha
search for `android gradle ndk{}`, some filter need to be set.
太大了,15g!
这个,包括wifi端切换词典分组,wifi 搜索引擎,要排在桌面版之后了。 现在正在基于duilib制作桌面版本,然而还要调整优化一下这个界面库
In .. days I think .. It's not mature. Maybe I should go to learn how to use appveyor fisrt ...
你给目标节点弄个假的子节点,然后监听器监听展开事件,加载进去。
可能的默认状态: 全展开、忽略前n层根节点
Use fastJson to parse the file . Use custom Node class Node{ JSONObject content; ArrayList childrenList; JSONArray children. } Parse the root json object recursively, parse it into a root...
太慢了太慢了
rv.setItemAnimator(null);
// Prevent multi-click during the short interval. try { long lastClickTime = (long) holder.itemView.getTag(); if (System.currentTimeMillis() - lastClickTime < 500) return; } catch (Exception e) { holder.itemView.setTag(System.currentTimeMillis()); } 硬生生弄出一个不应期来,有点low……