240 发简信
IP属地:河南
  • Resize,w 360,h 240
    Xcode14.3.1打包报错Command PhaseScriptExecution failed with a nonzero exit code

    错误现象 真机运行正常,打包报错如下:rsync error: some files could not be transferred (cod...

  • Resize,w 360,h 240
    Xcode打包IPA

    蒲公英打包步骤https://www.pgyer.com/doc/view/build_ipa[https://www.pgyer.com/do...

  • 不允许的明文HTTP流量 java.io.IOException: Cleartext HTTP traffic to 10.1.1.10 not permitted

    网络链接出现错误: 原因: 网络传输使用了未加密的明文传输。为保证用户数据和设备的安全,Google从Android 9.0(API28)开始默...

  • Jetpack ViewModel 与 LiveData

    介绍 ViewModel :将UI中的数据模块提出来单独管理,使得控制器Activirty Fragment变得更加简单,只需要专注界面,不需要...

  • Compilation failed; see the compiler error output for details.

    1. As运行时报错: Compilation failed; see the compiler error output for detail...

  • Jetpack DataBinding

    作用 将视图绑定到Activity不再需要findViewById() DataBinding 与 ViewModle+LiveData 将可观...

  • BottomNavigation底部导航

    创建三个Fragment类 HomeFragment、DashboardFragment、NotificationsFragment 用于底部按...

  • Jetpack Room数据库

    一、基础使用 1.1 Room三个主要操作类 Entity 实体类 代表一个表中的字段 Dao数据库操作接口提供增删改查 管理创建数据库 1.2...

  • BaseRecyclerViewAdapterHelper 3.0.2 上拉加载下拉刷新

    1.引入依赖 project build.gradle中引入 app build.gradle中引入 主布局 适配器 在3.0.2版本中开启上拉...