上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 77 下一页
摘要: https://github.com/yale8848/CacheWebView 阅读全文
posted @ 2017-12-11 17:15 小毛驴 阅读(115) 评论(0) 推荐(0) 编辑
摘要: @Overridepublic void onPageCommitVisible(WebView view, String url) { super.onPageCommitVisible(view, url); linearLayout1.setVisibility(View.GONE); can 阅读全文
posted @ 2017-12-10 13:02 小毛驴 阅读(367) 评论(0) 推荐(0) 编辑
摘要: public class MyWebViewClient extends WebViewClient { boolean timeout; public MyWebView() { timeout = true; } @Override public void onPageStarted(WebVi 阅读全文
posted @ 2017-12-09 21:01 小毛驴 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 1.https://github.com/youth5201314/banner.框架资源。 2.https://github.com/youth5201314/XFrame/wiki/Utils%E5%B7%A5%E5%85%B7%E7%B1%BB%E9%9B%86%E5%90%88。 阅读全文
posted @ 2017-12-08 11:01 小毛驴 阅读(94) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/robert_cysy/article/details/72824513 https://www.cnblogs.com/404map/p/4981099.html http://blog.csdn.net/robert_cysy/article/detai 阅读全文
posted @ 2017-12-07 23:21 小毛驴 阅读(134) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/qq_25867141/article/details/52807705 优化 上面的几种方式我大致也都走了一遍,其实我觉得都没啥区别,看你喜欢用哪种吧。我其实是采用了第四种,因为第一种的话我是不喜欢队列的,比如5个Toast排队还要一个一个等待显示,这样的 阅读全文
posted @ 2017-12-06 13:52 小毛驴 阅读(115) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/mxiaoyem/article/details/50857008 http://blog.csdn.net/ke1vin/article/details/51130380 http://www.jianshu.com/p/f61849073bad http 阅读全文
posted @ 2017-12-04 21:57 小毛驴 阅读(174) 评论(0) 推荐(0) 编辑
摘要: https://www.2cto.com/kf/201509/443112.html 概述: 当Android自带的View满足不了开发者时,自定义View就发挥了很好的作用。建立一个自定义View,需要继承于View类,并且实现其中的至少一个构造函数和两个方法:onMeasure()和onDraw 阅读全文
posted @ 2017-12-01 18:11 小毛驴 阅读(604) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000002877843 目前在操作登录的coookie,js和原生 阅读全文
posted @ 2017-11-30 15:02 小毛驴 阅读(102) 评论(0) 推荐(0) 编辑
摘要: var koooke ={androidShare:{ show : function() {alert(1000)}}};koooke.androidShare.show(); 以上JS是偶然缩写。可以清晰的表示逻辑结构,比起老的文件包含的方式多出一层逻辑层次的表现。算是进行了自我注释。 阅读全文
posted @ 2017-11-29 23:15 小毛驴 阅读(156) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 77 下一页