Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. public class MainActivity extends LocationManagingActivity implements ActionBar.OnNavigationListener,
  2. GooglePlayServicesClient.ConnectionCallbacks,
  3. GooglePlayServicesClient.OnConnectionFailedListener {
  4.  
  5. //...
  6.  
  7. private static MeTrackerStore mMeTrackerStore;
  8.  
  9. //...
  10.  
  11. @Override
  12. protected void onCreate(Bundle savedInstanceState) {
  13. //...
  14.  
  15. mMeTrackerStore = new MeTrackerStore(this);
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement