05 2015 档案
android画虚线的自定义VIew
摘要:package com.yesway.ycarplus.view;import android.annotation.SuppressLint;import android.content.Context;import android.graphics.Canvas;import android.g... 阅读全文
posted @ 2015-05-28 12:38 I love Android 阅读(2883) 评论(0) 推荐(0)
Android按钮式进度条
摘要:1 package com.example.progress.demo; 2 3 import android.annotation.SuppressLint; 4 import android.content.Context; 5 import android.content.res... 阅读全文
posted @ 2015-05-28 11:07 I love Android 阅读(3700) 评论(3) 推荐(0)
WebView js 调用Java本地方法
摘要:webView = (WebView) this.findViewById(R.id.webview); WebSettings webSettings = webView.getSettings(); webSettings.setJavaScriptEnabled(t... 阅读全文
posted @ 2015-05-18 17:37 I love Android 阅读(1382) 评论(0) 推荐(0)
Fragmen横竖屏切换,导致页面混乱,oncreateView重复调用
摘要:在清单文件Activity设置属性android:screenOrientation="landscape"android:configChanges="screenSize|orientation"可以防止重复调用 阅读全文
posted @ 2015-05-07 17:29 I love Android 阅读(436) 评论(0) 推荐(0)