Skip to content

Instantly share code, notes, and snippets.

@DzikuVx
Last active August 29, 2015 14:07
Show Gist options
  • Save DzikuVx/cf8c5de6365dc2d69fba to your computer and use it in GitHub Desktop.
Save DzikuVx/cf8c5de6365dc2d69fba to your computer and use it in GitHub Desktop.
Activity
@Override
public void onResume() {
super.onResume();
Tracker t = ((PogodaApplication) getApplication()).getTracker();
t.setScreenName("ForecastActivity");
t.send(new HitBuilders.AppViewBuilder().build());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment