All Projects → android-notes → Swissarmyknife

android-notes / Swissarmyknife

Licence: mit
android ui调试工具

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Swissarmyknife

Gdbstub
A simple, dependency-free GDB stub that can be easily dropped in to your project.
Stars: ✭ 56 (-95.37%)
Mutual labels:  tools, debug
Echo
Echo是一款桌面端调试工具,旨在提高客户端的研发调试效率
Stars: ✭ 818 (-32.34%)
Mutual labels:  tools, debug
Encryptlab
A Free and Comprehensive Encrypt and Decrypt Tools Website with example code in Node.js, Website is looking for a new server.
Stars: ✭ 69 (-94.29%)
Mutual labels:  tools
Jvmti Tools
Collection of small Java serviceability improvements based on JVM Tool Interface
Stars: ✭ 77 (-93.63%)
Mutual labels:  tools
Calip
calip(er): all functions deserve to be measured and debugged at runtime
Stars: ✭ 71 (-94.13%)
Mutual labels:  debug
Blab
A debugging tool
Stars: ✭ 69 (-94.29%)
Mutual labels:  debug
Infosec Badges
Badges for your GitHub tool presented at InfoSec Conference
Stars: ✭ 74 (-93.88%)
Mutual labels:  tools
Bitrix Clear Upload
Скрипт для очистки каталога upload/iblock сайта на CMS 1С-Битрикс от неиспользуемых файлов (оставшихся после удаления элемента инфоблока).
Stars: ✭ 62 (-94.87%)
Mutual labels:  tools
Githacktools
The best Hacking and PenTesting tools installer on the world
Stars: ✭ 78 (-93.55%)
Mutual labels:  tools
Think Soar
SQL optimizer and rewriter extension package for thinkphp5/6 framework.
Stars: ✭ 71 (-94.13%)
Mutual labels:  debug
Strongod
StrongOD(anti anti-debug plugin) driver source code.
Stars: ✭ 76 (-93.71%)
Mutual labels:  debug
Debugdrawer
Android Debug Drawer for faster development
Stars: ✭ 1,168 (-3.39%)
Mutual labels:  debug
Daplink
Stars: ✭ 1,162 (-3.89%)
Mutual labels:  debug
Whistle
HTTP, HTTP2, HTTPS, Websocket debugging proxy
Stars: ✭ 9,683 (+700.91%)
Mutual labels:  debug
Utils
🛠 Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
Stars: ✭ 1,158 (-4.22%)
Mutual labels:  tools
Devtools
Tools for developing Elm programs! 🔧
Stars: ✭ 77 (-93.63%)
Mutual labels:  debug
Circle Generator
Tool to generate circles for block building games like Minecraft
Stars: ✭ 67 (-94.46%)
Mutual labels:  tools
Kalitoolsmanual
Kali Linux 工具合集中文说明书
Stars: ✭ 70 (-94.21%)
Mutual labels:  tools
Tcptunnel
将本地内网服务器映射到公网。
Stars: ✭ 72 (-94.04%)
Mutual labels:  debug
Tcpbenchmarks
tcp,websocket,webapi性能测试工具
Stars: ✭ 78 (-93.55%)
Mutual labels:  tools

SwissArmyKnife

SwissArmyKnife

SwissArmyKnife 是一款方便调试android UI的工具。可以直接在android设备屏幕上显示控件的相关信息。3.x版本对根View没有任何要求,可以是任意类型的view。 3.x需要弹窗权限。由于时间有限,暂未兼容Android5.0以下设备

接入方式

allprojects {
   	repositories {
   		...
   		maven { url 'https://jitpack.io' }
   	}
   }

dependencies {
           implementation 'com.github.android-notes.SwissArmyKnife:saklib:3.0.1-alpha1'
        
      
   }
 开启
 SAK.init(Application application, Config config)

备注:需要使用 me.weishu.reflection.Reflection.unseal(this);

功能界面

image

拾取控件

开启拾取控件选项后,拖动圆环到要拾取的控件位置即可。可以获取字体颜色,大小,背景色等信息(支持SpannableString)

image

相对距离

开启相对距离选项后,依次长按两个控件即可显示两个控件间的水平和竖直距离,距离默认单位是dp,可以通过功能界面的单位选项切换单位(该功能和编辑控件、移动控件功能冲突,请勿同时开启)

image

移动控件

开启移动控件选项后,长按控件即可拖动,距离默认单位是dp,可以通过功能界面的单位选项切换单位(该功能和编辑控件、移动控件功能冲突,请勿同时开启)

image

取色器

开启取色器选项后,会在屏幕显示 绿色圆环,可以任意拖动,屏幕下方会显示圆环中心的颜色值

image

水平直尺,竖直直尺

开启后会在屏幕显示水平直尺和竖直直尺,可以任意拖动。直尺上有两个值,一个单位是px,另一个是dp

image

外边距/内边距

开启后可以看到任意一个view的外边距,边距单位默认为dp,可以通过功能界面的单位选项切换单位。可以通过功能界面的层级区间过滤掉部分view,避免数值相互覆盖

image

宽高、字体大小、字体颜色、背景色等使用方式同 外边距/内边距,也可以通过 单位选项和层级区间进行控制

Fragment名称、Activity名称

开启后可以看到当前Activity的类名,每一个Fragment的类名。可以通过功能界面的层级区间过滤掉部分Fragment,避免Fragment名称相互覆盖

image

裁剪绘制范围

若内外边距、宽高、字体颜色等信息不显示,可以关闭 裁剪绘制。开启该功能可以避免 可以滚动的控件滚动后导致的信息覆盖。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].