会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
loading
记录由心开始
博客园
首页
新随笔
联系
订阅
管理
2025年5月20日
flutter 基建
摘要: 1. 屏幕适配(flutter_screenutil) 使用方式通过扩展函数.w、.h、.r等扩展函数进行直接使用 核心原理:按照设计稿和屏幕尺寸的比例进行缩放以此达到多个设备的UI适配; //1、在ScreenUtil中,通过MediaQuery获取屏幕信息: 宽度、高度、横竖屏 final sc
阅读全文
posted @ 2025-05-20 17:25 loadbing
阅读(14)
评论(0)
推荐(0)
2024年10月19日
apk反编译利器
摘要: ApkTool(https://apktool.org/docs/install) 解包: apktool d Joker-Hub3.apk -o /Users/admin/Downloads/testapk/Joker-hub3-decode 重新打包: apktool b Joker-hub3-
阅读全文
posted @ 2024-10-19 11:29 loadbing
阅读(7)
评论(0)
推荐(0)
2024年8月30日
adb 常用命令
摘要: adb 是Android debug bridge 的简称,意是 安卓调试桥梁,连接安卓手机和电脑通信的桥梁 常用集合 chmod +x gradlew && ./gradlew -q :app:dependencies > depend.txt adb shell dumpsys activity
阅读全文
posted @ 2024-08-30 14:21 loadbing
阅读(45)
评论(0)
推荐(0)
公告