240 发简信
IP属地:陕西
  • Resize,w 360,h 240
    android项目中app_name冲突

    错误产生原因:android 中,寻找资源文件,首先会寻找本机语言下的资源文件。例如,如果手机是中文版,则会优先选择res下面values有中文...

  • RoundingMode

    java.math.RoundingMode 几个参数详解 java.math.RoundingMode里面有几个参数搞得我有点晕,现以个人理解...

  • android隐藏虚拟键

    隐藏虚拟按键: protected void hideBottomUIMenu() { //隐藏虚拟按键,并且全屏 if (Build.VERS...

  • android调用本地分享

    分享图片 public static void shareImage(Context context, Uri uri, String titl...

  • 解决AlertDialog中的EditText不能输入

    AlertDialog dlg = new AlertDialog.Builder (this, R.style.dialog)....

  • android加载富文本

    WebView加载html图文时图像会有适配屏幕的问题 String js = " "+ "var imgs = document.getE...