11 2017 档案
摘要:WebView可以使得网页轻松的内嵌到app里,还可以直接跟js相互调用。 webview有两个方法:setWebChromeClient 和 setWebClient setWebClient:主要处理解析,渲染网页等浏览器做的事情 setWebChromeClient:辅助WebView处理Ja
阅读全文
摘要:A fast circular ImageView perfect for profile images. This is based on RoundedImageView from Vince Mi which itself is based on techniques recommended
阅读全文
摘要:Android design支持库中提供的TabLayout默认把Tab的OnClickListener给写死了,但是在项目中有时候需要做一些控制处理,比如选中某一个Tab之前必须是先登录,未登录的情况需要跳转到登录界面。
阅读全文
摘要:获取系统通讯录是在主线程,这种耗时的操作,应该开一个子线程来做
阅读全文
摘要:Environment.getExternalStorageDirectory().getAbsolutePath() + "/Hiz"
阅读全文