Remote Tracking of Application Usage

Tracking Mobile Phone Application Usage

Currently, there is no neat way to track the user of an application on a mobile phone. For instance, if we want to know when they started the program, ended using the program etc. The latest release of the JSR 190: Event Tracking API for J2ME allows this to be done more easily.

JSR 190 has entered public review. Its goal is to provide a way for applications to communicate statistics about events in a unified way - basically a way to collect usage statistics and behavior patterns.

Task

The task here is to deploy a mobile phone application written in J2ME which uses the JSR190 to record various statistics about application use.

Home