Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 961969
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:25:56+00:00 2026-05-16T01:25:56+00:00

I am implementing Localytics.com useage statistics in my Android app. I am still just

  • 0

I am implementing Localytics.com useage statistics in my Android app.
I am still just testing.

I note that just starting my app and then immediately exiting will register two sessions (as they are called by Localytics) in the live statistics.

I have followed the guidelines in Android Integration.

My app consists of a main Class of the TabActivity type. This TabActivity holds two tabs in which I display two other activities. Like this:


  setContentView(R.layout.main);
  mTabHost = getTabHost();
  Context ctx = getApplicationContext();
  Intent addTodo = new Intent(ctx, AddTodo.class);
  Intent listTodos = new Intent(ctx, ListTodos.class);

  mTabHost.addTab(mTabHost.newTabSpec("tab_1").setIndicator("New note").setContent(addTodo));
  mTabHost.addTab(mTabHost.newTabSpec("tab_2").setIndicator("Saved notes").setContent(listTodos));
  mTabHost.setCurrentTab(0);


I instantiate the Localytics object in all three Activities like this:


     this.localyticsSession = new LocalyticsSession(
                    this.getApplicationContext(), 
                    "identifier");
     this.localyticsSession.open();

So, the above code lines are repeated in each of the three Activities.

In the TabHost Activity (only in this Activity) I then follow the instantiation with a


     this.localyticsSession.upload();

And then (only in the TabHost Activity) I have these to finish things off:


 public void onPause()
 {
     this.localyticsSession.close();
     super.onPause();
 }

 public void onDestroy() 
 {
     this.localyticsSession.upload();
     super.onDestroy();
 }

Any suggestions on how to make my code generate just one session per app-launch?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T01:25:57+00:00Added an answer on May 16, 2026 at 1:25 am

    I work for Localytics and would be glad to work with you to see this to completion.

    It sounds like the close() call is somehow getting missed but that doesn’t seem right based on your code sample. Whenever you create a new session and then call open it should simply re-attach to your existing session. This is even more strange because simply launching and exiting the app should only instantiate the object once. What LaunchMode are you running?

    A helpful thing to debug this would be to look at the log. Start and exit your app in the emulator and take a look at the logcat output. Localytics will explain what it is doing and then we can debug it better.

    Please feel free to contact us directly: support@localytics.com and we’ll work with you on this.

    — Henry

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm implementing a document server. Currently, if two users open the same document, then
Implementing Equals() for reference types is harder than it seems. My current canonical implementation
Implementing a 'sandbox' environment in Python used to be done with the rexec module
When implementing a needle search of a haystack in an object-oriented way, you essentially
When implementing Quicksort, one of the things you have to do is to choose
I implementing a EventQueue and get notified when AWTEvents are send. I wait till
When implementing a singleton in C++, is it better for GetInstance() to return a
I'm implementing a tagging system for a website. There are multiple tags per object
I am implementing a HttpRequestValidationException in my Application_Error Handler, and if possible, I want
I am implementing exception handling for our BizTalk services, and have run into a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.