Android : How to use flurry API

Posted by SWDeveloper on Stack Overflow See other posts from Stack Overflow or by SWDeveloper
Published on 2011-01-04T11:48:52Z Indexed on 2011/01/04 11:54 UTC
Read the original article Hit count: 301

Filed under:
|

Hi All,

I am using flurry in my app, and I am new to that. I have some doubts.

My requirement is, In my main activity I will start a session, and calling onevent method in some activities. And I am not calling endSeesion method anywhere. I want to know when the FlurryAgent will hit the flurry site.

  1. So do I need to call endSession then where should I call that method?

  2. How FlurryAgent maintains the session.

  3. In case if I call like this

    FlurryAgent.onEndSession(this);
    FlurryAgent.onStartSession(this, Constants.FLURRY_API);        
    FlurryAgent.setLogEnabled(true);
    

will it work like this - previous session will be closed and new session will be started.

  1. I can track only http urls using fiddler, when I try to track https calls then its getting crashed, I have modified ssl settings in fiddler, I dont know how to configure my emulator.

Thanks in Advance.

© Stack Overflow or respective owner

Related posts about android

Related posts about flurry