I have applications deployed on Play Store, and I want to track users' interactions with the applications so I can make the application more user-friendly
things I need to keep track of:
- screen time: How much time a user spends on each screen.
- clicks: the user clicks.
- must-clicked product: I need to see the must-click products so I can make users easy to reach them
all this without relying on third-party dashboards, cuz I have the backend, I only need a way or package (to make it easier) to collect user's data and send it to my back end.
I search all the available packages but I found the same problem. I need to go to their dashboard if I want to take a look at the collected data
NOTE:
I want something to connect directly to the back end without the need to export data and then reupload it.





