Package com.codename1.analytics
package com.codename1.analytics
The analytics API allows tracking your mobile application usage in the field to give you real-time data on how your application is used. This API currently delegates to the Google analytics service.
Notice that analytics is automatically added GUI applications created by the old GUI builder, you only need to enable Analytics specifically by invoking the init method and the pages will be logged automatically.
-
ClassesClassDescriptionThe analytics service allows an application to report its usage, it is seamlessly invoked by GUI builder applications if analytics is enabled for your application but can work just as well for handcoded apps!