240 发简信
IP属地:湖北
  • Resize,w 360,h 240
    .SO文件参与aar打包,会丢失问题

    so文件参与aar打包后,运行程序会崩溃问题。 感谢这位大佬,帮我解决了问题SO打入AAR包_打包的aar中不包含libs下的so-CSDN博客...

  • Resize,w 360,h 240
    EditTextPopupWindow

    软键盘输入框PopupWindow形式适配,自己用怕忘记了记录下 -------------------------Java代码--------...

  • android camera YUV转JPG图片存储

    publicstaticvoidsaveYUVtoPicture(byte[] data,intwidth,intheight)throwsIO...

  • FragmentTransaction

    使用commitNow()和commitNowAllowingStateLoss()来代替先执行commit()/commitAllowingS...

  • Resize,w 360,h 240
    SwitchCompat使用

    直接使用系统提供的,用他的属性修订。 switch_thumb_on.xml switch_track.xml switch_track_on....

  • Resize,w 360,h 240
    ViewPager2+自定义TabLayout

    app:tabIndicatorFullWidth="false"app:tabPaddingStart="0dp"app:tabPadding...

  • BigDecimalUtils

    private static Stringmul(int v1,int v2,int scale){return mul(v1+"",v2+""...

  • 控件点击状态改变

    <!-- 按压状态 --> <corners android:radius="24dp" /> ...

  • View 测量监听Kotlin

    llView.viewTreeObserver.addOnPreDrawListener( object: ViewTreeObserver.O...