简体   繁体   English

如何在Android应用中保存用户活动日志?

[英]How to keep a log of user activity in an Android App?

I'm working on an Android App that needs to be tested to a select audience. 我正在开发一个需要针对特定​​受众进行测试的Android应用。 During this testing period, we need to keep track of each session and store the user interactions somewhere to view later. 在此测试期间,我们需要跟踪每个会话并将用户交互存储在某处以供以后查看。 Examples would be, the time at which a button was pushed or the touchscreen interactions. 例如,按下按钮的时间或触摸屏交互。 How would you guys suggest going about this? 你们会怎么建议呢?

You should try Google Analytics for Android: 您应该尝试使用Google Analytics(分析)Android版:

https://developers.google.com/analytics/devguides/collection/android/v2/ https://developers.google.com/analytics/devguides/collection/android/v2/

I use it on all my apps and games and I'm able to see which buttons are pressed, which screens are most visited, average score, where most people die during a level, etc... 我在所有我的应用和游戏上都使用了它,我能够看到按下了哪些按钮,访问最多的屏幕,平均得分,大多数人在关卡中死亡的地方等等。

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

相关问题 如何保存用户活动日志并在Android App中显示? - How to keep a log of user activity and show in an Android App? 如何在 Android App 中记录按钮点击 - How to keep a log of button clicks in Android App 除非用户强行注销,否则如何保持应用程序登录 - How to keep the app logged in unless the user forces log out android studio; 如何使应用程序记录用户活动 - android studio; how to make application log user activity 如何保持 Android 应用程序运行并退出 Unity Activity - How to keep Android app running and quit Unity Activity 如何在没有Logcat应用程序的Android智能手机中查找活动日志文件? - How to find activity log file in android smartphone without aLogcat app? Android应用程序用户登录活动 - Android app user login activity 如何检查用户是否真的启动了android应用程序,而不仅仅是返回活动? - How to check if user actually started the android app, not just returned to the activity? 用户在Android Studio中登录后如何打开应用程序进行其他活动 - How to open app to different activity after user login in Android Studio Android:如何在用户授予权限后让您的应用保持有效状态? - Android: How to keep you app active after user grants permission?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM