简体   繁体   English

如何在本机移动应用程序中记录用户操作?

[英]How to record user actions in native mobile app?

I am working on recording feature to get all tap,zoom,finch actions. 我正在研究录制功能,以获得所有点击,缩放和雀科动作。 I started with adb command but i am not able to filter because event list is different for each device. 我从adb命令开始,但我无法过滤,因为每个设备的事件列表都不同。 How can i get information of touch,swipe,zoom when user performed actions in mobile app. 当用户在移动应用中执行操作时,如何获取触摸,滑动和缩放的信息。 Please help me to start in JAVA. 请帮我从JAVA开始。

Thanks 谢谢

Google analytics tool for android. 适用于Android的Google分析工具。
It records the track of your user action. 它记录您的用户操作的跟踪。

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

相关问题 如何在 React Native 应用程序中自动执行页面上的用户操作 - how to automate user actions on a page in react native app 如何记录用户操作,然后在JavaScript中重新执行它们? - How to record user actions and then re-execute them in JavaScript? 如何检测 React 应用程序是否真的在移动菜单操作上被查看 - How to detect if the React app is actually being viewed on mobile menu actions 在 React Native 移动应用程序中存储用户凭据的位置 - Where to store user's credentials in React Native Mobile App 如何将React-Native移动应用转换为React Web应用? - How to convert React-Native mobile app to React web app? 使用PHP和Java脚本记录用户操作 - Record User Actions Using PHP and Javascript 有没有一种有益的方式来记录文本区域中的用户操作? - Is there a profitable way to record user actions in textarea? 在 Chrome Devtools 中记录用户操作:可能吗? - Record user actions in Chrome Devtools: Possible? 如何阻止我的用户在他们的手机上打开我的 React Native 应用程序,直到他们不会打开他们的 wifi 或移动数据? - How can I stop my user to open my React Native app on their phone until they will not turn on their wifi or mobile data? Facebook JavaScript:如何获取用户对该应用执行的操作列表 - Facebook javascript: how to get the list of actions that user did with the app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM