Google Analytics in Android app - dealing with multiple activities

后端 未结 7 2204
忘了有多久
忘了有多久 2020-11-28 18:42

I was pretty excited to see how easy it is to set up Google Analytics with my app, but the lack of documentation has me sitting with a few questions. The only information th

7条回答
  •  死守一世寂寞
    2020-11-28 18:50

    The SDK now has a external library which takes care of all of this. Its called EasyTracker. You can just import it and extend the provided Activity or ListActivity, create a string resource with your code and you are done.

提交回复
热议问题