November 2014
Intermediate to advanced
624 pages
16h 56m
English
Most Android developers want to know what their users are up to. How long do users spend in the application? How often do they use it? What features of the application are they using and not using? Is the user interface designed so that users can find what they need? What sorts of devices are users using? In this chapter, we discuss how application developers can use the Google Analytics SDK for Android to collect and track information about their application users in a consistent, robust fashion.
Tip
Many of the code examples provided in this chapter are taken from the SimpleStats application. ...