English Version:
Android Dev Tools 5.5.6 is online now, You can download it from Google play: https://play.google.com/store/apps/details?id=cn.trinea......]
Category Archives: Android
Android Dev Tools 5.5.5 is Online Now
English Version:
Android Dev Tools 5.5.5 is online now, You can download it from Google play: https://play.google.com/store/apps/details?id=cn.trinea......]
Android Dev Tools 5.5.3 is Online Now
English Version:
Android Dev Tools 5.5.3 is online now, You can download it from Google play: https://play.google.com/store/apps/details?id=cn.trinea......]
Android Dev Tools 5.5.2 is Online Now
English Version:
Android Dev Tools 5.5.2 is online now, You can download it from Google play: https://play.google.com/store/apps/details?id=cn.trinea......]
Android Dev Tools 5.5.1 is Online Now
English Version:
Android Dev Tools 5.5.1 is online now, You can download it from Google play: https://play.google.com/store/apps/details?id=cn.trinea......]
Android Dev Tools 5.5.0 is Online Now
English Version:
Android Dev Tools 5.5.0 is online now, You can download it from Google play: https://play.google.com/store/apps/details?id=cn.trinea......]
Android 应用开发调试利器——开发助手,数十倍效率提升
是否曾经需要频繁切换“严格模式”; 是否需要多次启停“显示布局边界”; 是否需要测试被系统回收来回切换“不保留活动”; 是否需要查看屏幕分辨率、CPU 核数、IP 及 Mac 地址、so 类型、系统版本。
现在你可以通过“开发助手” App 快速完成上面的切换和查看。不需要十几秒的等待和操[......]
喜大普奔,我们 Android 团队招人了
The poor performance of kotlin string replace
The manifestViewer tool of Dev Tools Pro is written by Kotlin, it’s so slowly on some devices. I found it’s caused by String.replace after performance[......]
Android 开发助手 1.4.0 版——系统界面调节工具
Android 系统界面调节工具使用及功能
Android 系统界面调节工具(Android System UI Tuner)是个隐藏功能,里面有一些实验性功能,可以辅助平时开发。
1. 打开
系统界面调节工具是个隐藏功能,打开他说简单也简单,说费力也费力..
快捷打开方式:直接下载从各大应用市场下[......]
直接添加 Android Studio 工程到 Framework 下之 Makefile 指定 Manifest 目录及资源目录
Android 系统源码下的 App 工程目录结构还是跟 Eclipse 时代一样,项目根目录下直接包含 src、res、AndroidManifest.xml 等。
1. 直接添加 Eclipse 工程
添加一个 Eclipse 工程只需新建 Android.mk,内容为:
[crayon-[......]
Android 开发助手 1.3.0 版——目前为止最多改动和修复的版本
前段时间比较忙,最近才有时间发布 1.3.0 版,这个版本应该是目前为止改动最多的版本,统一 5 个新功能发布和 12+ 问题修复。
“开发助手”是一个可以大幅提高 Android 开发调试效率的工具 App ,通过它你可以一键快速开关常用的开发者选项功能,能够快速查看系统软硬件信息[......]
Android Debug 版本判断及为什么 BuildConfig.DEBUG 始终为 false
Android 开发中一般会通过 BuildConfig.DEBUG 判断是否是 Debug 模式,从而做一些在 Debug 模式才开启的特殊操作,比如打印日志。这样好处是不用在发布前去主动修改,因为这个值在 Debug 模式下为 true,Release 模式下为 false。
[......]
Android 解决 GMS/Firebase AdView 启动慢的性能问题及 AdView 共用问题
Google Ads(Google 广告) Android 版的性能及其差,com.google.android.gms.ads.AdView 初始化已经赶上 WebView 了。如果 Activity 在 layout 中添加了 AdView 那就等着长时间的黑屏吧,在 Nexus 6P 上都需要[......]