上一页 1 2 3 4 5 6 7 ··· 31 下一页
摘要: https://www.cnblogs.com/claireyuancy/p/7387696.html 阅读全文
posted @ 2018-02-02 11:20 layfork 阅读(90) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/swjtuxu/article/details/26163737 阅读全文
posted @ 2018-02-02 11:13 layfork 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Map map = new HashMap(); map.put("title","xxx"); map.put("condition","0"); for (Map.Entry entry:map.entrySet()){ Log.d(TAG, "onCli... 阅读全文
posted @ 2018-02-02 09:18 layfork 阅读(215) 评论(0) 推荐(0) 编辑
摘要: //禁止弹出软键盘 et_search.setInputType(InputType.TYPE_NULL); 阅读全文
posted @ 2018-02-02 09:06 layfork 阅读(660) 评论(0) 推荐(0) 编辑
摘要: //软键盘的搜索按钮 et_searchinput.setOnEditorActionListener(new TextView.OnEditorActionListener() { @Override public boolean onEditorAction(TextView textView, int i, KeyEvent... 阅读全文
posted @ 2018-01-27 19:15 layfork 阅读(141) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/mhl18820672087/article/details/78385361 阅读全文
posted @ 2018-01-26 09:56 layfork 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 好用的弹窗类库 https://github.com/saiwu-bigkoo/Android-AlertView/ 阅读全文
posted @ 2018-01-19 09:46 layfork 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1.写html和安卓布局 2.编写activity 要看下webview控件的setting配置,来更好的设置 可以实现互相调用,可以做hybird拉 阅读全文
posted @ 2018-01-14 21:11 layfork 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 1.加载依赖 2.布局 3.初始化和监听 4完成 阅读全文
posted @ 2018-01-14 20:04 layfork 阅读(636) 评论(0) 推荐(0) 编辑
摘要: .封装了一个基础的adapter.,用于recycleview的快捷使用有BaseAdapter,BaseViewHolder,PAdapter,MainActivity 2个布局文件 activity_main和view_rv_item 阅读全文
posted @ 2018-01-13 20:32 layfork 阅读(246) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 31 下一页