简体   繁体   English

我可以检查任何应用程序的布局以找出它们在 Android 设备上使用的组件吗?

[英]Can I inspect any app's layout to find out which components they are using on Android device?

Can I take an app that I like and inspect it to see which components it is build off?我可以拿一个我喜欢的应用程序并检查它以查看它是由哪些组件构建的吗?

Take for example the menu structure of Androids "Developer Options" settings.以安卓“开发者选项”设置的菜单结构为例。
Say that I want to see if it uses one big RecyclerView , a NestedScrollview with a RecyclerView or a RecycleView with multiple nested RecycleView's .假设我想看看它是否使用一个大的RecyclerView ,一个带有RecyclerViewNestedScrollview或一个带有多个嵌套RecycleView RecycleView's

Would that be possible?那可能吗?

I think what you need is something like VirtualUETool .我认为您需要的是类似VirtualUETool的东西。 VirtualUETool can inspect other app's UI elements without their source code. VirtualUETool 可以在没有源代码的情况下检查其他应用的 UI 元素。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否有任何远程调试器可以检查正在运行的Android应用布局? - Any remote debugger to inspect a running Android app layout? 如何找出在Android中运行apk使用的布局? - How to find out which layout is using in running apk in android? 如何在Galaxy S3 Android设备上的Chrome中执行检查元素? - How can I perform an inspect element in Chrome on my Galaxy S3 Android device? 如何使用加速度计了解Android设备的移动速度? - How can I find out how fast my Android device is moving using an Accelerometer? 我可以找出我的哪些Beta测试人员实际安装了我的Android应用程序吗? - Can I find out which of my beta testers have actually installed my Android app? Android中的activity和fragment之外的函数如何使用布局组件? - How to use layout components in functions which are out of activities and fragments in Android? 如何知道我的Android应用在用户设备上消耗了多少电量? - How can I find out how much battery my Android app consumes on user's devices? 使用Google的示例应用无法找到chromecast设备 - can't find chromecast device using Google's sample app Android Hybrid App-Chrome检查Xpath无法使用Java查找 - Android Hybrid App - Chrome inspect Xpath unable to find using Java Chrome检查设备未显示android应用 - Chrome Inspect Device not showing android app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM