08 2016 档案
摘要:安卓手机userAgent:Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; TCL S720T Build/JTQ46Y) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/53
阅读全文
摘要:在android开发中,写了一个关于继承Fragment的类时,如果有重载构造函数时,会提示“Avoid non-default constructors in fragments: use a default constructor plus Fragment#setArguments(Bundl
阅读全文
摘要:webview中有个computeVerticalScrollRange方法,是protected的,可以用反射,也可以自己写一个view继承webview,实现computeVerticalScrollRange方法,在需要滚动到底部的地方调用这个方法,然后scrollto即可
阅读全文