上一页 1 ··· 7 8 9 10 11
摘要: 1、设置webview属性: webView.setWebChromeClient(new MyWebChromeClient()); webSettings = webView.getSettings(); webSettin... 阅读全文
posted @ 2018-01-10 11:50 香蕉你个博纳纳 阅读(1457) 评论(0) 推荐(0) 编辑
摘要: Androidstudio升级到2.3后,打包时和之前不一样了。如果只选择V2,是未签名的。所以要把V1和V2都打勾。 阅读全文
posted @ 2017-06-01 17:30 香蕉你个博纳纳 阅读(159) 评论(0) 推荐(0) 编辑
摘要: activity通过intent传递数据的时候,如果activity未启动,那么在这个刚启动的activity里通过getIntent()会获取到这个intent的数据.。 如果要启动的activity是已经存在栈中的,这时候通过getInten(... 阅读全文
posted @ 2017-02-23 14:34 香蕉你个博纳纳 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: 最简单的,把 android:background="@mipmap/ic_launcher"换成 android:src="@mipmap/ic_launcher"。 还可以设置iamgeView的scaleTypeImageView的scaleTy... 阅读全文
posted @ 2016-10-14 10:36 香蕉你个博纳纳 阅读(743) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11