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