摘要: public int getScrollY() { View c = mListView.getChildAt(0); if (c == null ) { return 0; } int firstVisiblePosition = mListView.getFirstVisiblePosition 阅读全文
posted @ 2016-12-13 18:20 wikiki 阅读(398) 评论(0) 推荐(0) 编辑
摘要: http://www.tuicool.com/articles/nyArYf 阅读全文
posted @ 2016-12-13 18:18 wikiki 阅读(750) 评论(0) 推荐(0) 编辑
摘要: mvc mvp mvvm 阅读全文
posted @ 2016-12-13 17:48 wikiki 阅读(105) 评论(0) 推荐(0) 编辑
摘要: unable to access android sdk add-on list在安装路径下找到idea.properties文件,用记事本打开,添加disable.android.first.run=true,保存即可。 阅读全文
posted @ 2016-12-13 17:40 wikiki 阅读(437) 评论(0) 推荐(0) 编辑
摘要: http://wiki.jikexueyuan.com/project/fresco/android-studio.html 阅读全文
posted @ 2016-12-13 17:32 wikiki 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 喝水http://ent.qq.com/a/20150409/023401.htm 月牙 http://tag.120ask.com/jingyan/8lwvrf3q3lwm3lskx3.html 手机号码吉凶 http://www.jjdzc.com/haoma_sj.htm 阅读全文
posted @ 2016-12-13 17:26 wikiki 阅读(113) 评论(0) 推荐(0) 编辑
摘要: /** * 比较器,用于帮派战力排在前面 * */ private class BangValueCompare implements Comparator { @Override public int compare(UserInfo lhs, UserInfo rhs) { ... 阅读全文
posted @ 2016-12-13 12:09 wikiki 阅读(191) 评论(0) 推荐(0) 编辑