摘要: ContentLoadingProgressBar需要设置style 并且在XML中布局的位置必须写在content布局的下面   1.Seems you need a style, for example... Works for me if I put that anyway, without 阅读全文
posted @ 2016-03-12 22:04 Leo的银弹 阅读(4111) 评论(0) 推荐(0) 编辑
摘要: 自定义的IntentFileter出现异常  No Activity found to handle Intent { com.leo.View (has extras) } 结果查资料发现自定义的action同时需要定义category 比如: 每一个通过startActivity()方法发出的隐 阅读全文
posted @ 2016-03-12 21:33 Leo的银弹 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 根据Google公布的Android 各个系统版本市场占有率(Google Android dashboards), Android 4.0及其以上系统将近90%左右,发展趋势必将是未来市面上几乎是Android 4.0以上系统。本文主要关注Android 4.0及以上系统WebView的实现,从A 阅读全文
posted @ 2016-03-12 21:05 Leo的银弹 阅读(1029) 评论(0) 推荐(0) 编辑
摘要:   阅读全文
posted @ 2016-03-12 21:03 Leo的银弹 阅读(303) 评论(0) 推荐(0) 编辑
摘要:    Android WebView 做为承载网页的载体控件,他在网页显示的过程中会产生一些事件,并回调给我们的应用程序,以便我们在网页加载过程中做应用程序想处理的事情。比如说客户端需要显示网页加载的进度、网页加载发生错误等等事件。 WebView提供两个事件回调类给应用层,分别为WebViewCl 阅读全文
posted @ 2016-03-12 21:01 Leo的银弹 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 转载请注明出处 http://blog.csdn.net/typename/article/details/39030091 powered by meichal zhao 概览: Android WebView在Android平台上是一个特殊的View, 他能用来显示网页,这个类可以被用来在你的a 阅读全文
posted @ 2016-03-12 20:22 Leo的银弹 阅读(576) 评论(0) 推荐(0) 编辑
摘要: WebView可以使得网页轻松的内嵌到app里,还可以直接跟js相互调用。 webview有两个方法:setWebChromeClient 和 setWebClient setWebClient:主要处理解析,渲染网页等浏览器做的事情 setWebChromeClient:辅助WebView处理Ja 阅读全文
posted @ 2016-03-12 20:21 Leo的银弹 阅读(205) 评论(0) 推荐(0) 编辑