com.google.analytics.tracking.android
Class TrackedExpandableListActivity

java.lang.Object
  extended by ExpandableListActivity
      extended by com.google.analytics.tracking.android.TrackedExpandableListActivity

public class TrackedExpandableListActivity
extends ExpandableListActivity

Extend this class instead of ExpandableListActivity to enable Google Analytics Tracking. Note that for accurate application-level tracking, all Activities in an application must either extend one of the TrackedActivity classes (i.e. TrackedActivity, TrackedListActivity, etc.) or call EasyTracker's activityStart and activityStop directly from the Activity's onStart and onStop. See EasyTracker for more details.


Constructor Summary
TrackedExpandableListActivity()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackedExpandableListActivity

public TrackedExpandableListActivity()