Is there a way to see usage statistics of each View in my app? I want to reduce the number of views as the menu is getting bloated, so I hope to get some usage statistics.
Solved! Go to Solution.
You can build a usageStats table, with columns corresponding to your views, and use them as counters. Then you can replace every action that leads to any of your views with a composite action that first increments the relevant counter in the usageStats table, then navigate the user to the view.
User | Count |
---|---|
15 | |
11 | |
9 | |
8 | |
4 |