240 发简信
IP属地:陕西
  • 富文本点击

    TextView textView = (TextView) findViewById(R.id.text1); SpannableSt...

  • android 动画

    平移动画 // ObjectAnimator objectAnimator = ObjectAnimator.of...

  • 获取toolbar的高度

    TypedValue tv =new TypedValue(); if (getActivity().getTheme().resolveAtt...

  • Edittext 代码设置maxlength长度

    setFilters(new InputFilter[]{new InputFilter.LengthFilter(20){}});

  • android okhttp上传文件参数 相册根据uri获取照片路径

    public class UploadImgUtils { public static final StringMULTIPART_FORM_D...

  • android app跳转浏览器

    Intent intent=new Intent(); intent.setAction("android.intent.action.VIEW...

  • edittext焦点设置

    android:focusable="true" android:focusableInTouchMode="true" 在edittext 外...

  • luban压缩

    public void luBan(final List imgs) { final List mImageUrlList =new Array...

  • 相册选择以后根据uri获取图片路径

    Intent intent =new Intent(Intent.ACTION_PICK, null); intent.setDataAndTy...