RecyclerView问题记录 RecyclerView的getChildCount()返回item数量不正确android recyclerview渲染完成后回调RecyclerView canScrollVertically(int direction)
Android设计规范及分辨率简介 设计给的2x和3x对应Androidandroid 1x 2x,dpi、ppi、dp、px、分辨率、@1x、@2x、@3x一款APP设计的从0到1之:Android设计规范篇切图常说的@1X@2X@3X是什么意思?Android适配的那些P事
RecyclerView导致父控件点击事件无效 最近有一个需求,RecyclerView外层嵌套了一个FrameLayout,想实现点击整个FrameLayout都能响应一个事件,结果给FrameLayout加上点击事件后,点击RecyclerView范围无效。可能是RecyclerView截获了click事件,阻止了点击的透传,做了以下处理解决。一开始这样改的,可以滑动列表时,容易误触点击事件,后来改良下。
MacOS系统zsh输入所有命令command not found:xxx 然后保存文件并重新启动,source ~/.zshrc的作用是重新加载当前用户的 Zsh shell 配置文件 .zshrc。,同时保留原有 PATH 中的其他目录,确保系统在搜索可执行文件时也考虑了原有的路径,最重要的一点是确保系统能够找到并执行您希望运行的命令。它的作用恰恰是直接将当前 shell 进程的 PATH 环境变量设置为指定的路径列表。
Android Crash 有赞 Android 崩溃保护的探索及实践如何避免Android运行时崩溃,保证程序高可用性一Android开发之打造永不崩溃的APP——Crash防护Android性能优化——崩溃Crash封装库android开发让App永不闪退,永不crash的解决方法深入探索Android稳定性优化 深入探索Android稳定性优化Android NativeCrash 捕获与解析Android 平台 Native Crash 问题分析与定位Android 平台 Native Crash 捕获原理详解
Android Fragment :java.lang.IllegalStateException: Fragment already added java.lang.IllegalStateException: Fragment already added 解决方式。
Android网络优化 网络优化的方向主要是流量优化质量优化线下测试以及线上监控方案结合 OkHttp 获取网络请求质量数据,OkHttp 给我们留了一个事件监听器 EventListener 回调,我们可以自己实现这个监听器,监听每一次的请求。自定义 GlideModue 是为了监控图片加载的过程,下面我们来看下怎么监控 Glide 加载图片过程的耗时和相关数据。
RecyclerView状态异常Cannot call this method while RecyclerView is computing a layout or scrolling Cannot call this method while RecyclerView is computing a layout or scrolling
从github上clone代码时The unauthenticated git protocol on port 9418 is no longer supported解决方法 找到git的配置文件.gitconfig文件,在文件中加入以下配置即可[url "https://"] insteadof = git://[url "https://"] insteadof = ssh://
Android实现圆形头像 ClipPathimport android.content.Context;import android.graphics.Bitmap;import android.graphics.BitmapFactory;import android.graphics.Canvas;import android.graphics.Matrix;import android.graphics.Paint;import android.graphics.Path;import android.grap
Lottie-Android详解 Lottie是什么Lottie是Airbnb开源的一套跨平台的、完整的动画效果解决方案,适用于 Android、iOS、Web 和 Windows 平台,它解析使用 Bodymovin 导出为 json 的 Adobe After Effects 动画,并在移动设备和 Web 上本地呈现它们!如下图:以下是Lottie官网给出的一些动画效果 Airbnb为什么要做Lottie1、为什么要使用LOTTIE?先看看在没有Lottie之前我们实现复杂动画的方式:使用GIF,占用空间大,有些动画