Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best analytics tool for an Android application? [closed]

I saw Flurry and Google-Analytics are good choices, what tool is more powerful and why?

like image 270
Itay Kahana Avatar asked Dec 10 '22 07:12

Itay Kahana


2 Answers

I have used UXCam which become very useful for me. It has all the feature that should be in mobile analytical and UX optimization tools.
It has many features such as:

  • Screen video recording
  • User interaction data such as heatmap, timeline
  • Camera video recording
  • Feedback and bug reporting

Integration steps are also very easy and short. You have to add some permissions and services in manifest and add

 UXCam.startApplication(this);  

on starting activity of your app. Docs are available here.

like image 139
captaindroid Avatar answered May 17 '23 09:05

captaindroid


It depends whatever you want from an analytic. Check this page and maybe you can decide which one is the best for you. Flurry-vs-Mixpanel-vs-Google-Mobile-Analytics-who-wins-Why

like image 31
mavixce Avatar answered May 17 '23 09:05

mavixce