Mark,

Your blog postings hit the nail directly on the head!  I guess I'll do
as you suggest and see what Google Analytics can do for me.

Thanks.

...Jake


>>>>> "w" == whitemice  <markbr...@zedray.co.uk> writes:

   w> Hi Jake

   w> Assuming you are talking about Android Home Screen Widgets, I had
   w> the same issue which I blogged here:
   w> http://blog.zedray.com/2010/05/01/tracking-a-android-home-screen-widget/

   w> I still haven't gotten a response from Flurry, so I suggest you
   w> consider the Google Analytics API.  While this offers fewer
   w> features relevant for application developers, it does provide a
   w> dispatch() method which allows you to manually workaround the
   w> widget life cycle issue.  Let me know how this works for you.

   w> Regards
   w> Mark

   w> On Jul 7, 10:49 pm, Jake Colman <col...@ppllc.com> wrote:

   >> I am familiar with using Flurry with Activities and calling
   >> FlurryAgent.onStartSession() in the activity's onStart() method
   >> and calling FlurryAgent.onEndSession in the activity's onStop()
   >> method.  What would be the best way to do the same thing if I want
   >> to use Flurry with my appwidget?  Should I use the
   >> onEnabled()/onDisabled() methods or should I use onUpdate() since
   >> the user may never delete my appwidget and I won't know he's still
   >> using it?  Or maybe onUpdate() and onDisabled() but then I won't
   >> be matching my start/end sessions.  If my appwidget has a
   >> configuration activity or some other displayed activity I can
   >> obviously use flurry there.  But how about in the appwidget
   >> itself?
   >> 
   >> --
   >> Jake Colman -- Android Tinkerer

   w> -- 
   w> You received this message because you are subscribed to the Google
   w> Groups "Android Beginners" group.

   w> NEW! Try asking and tagging your question on Stack Overflow at
   w> http://stackoverflow.com/questions/tagged/android

   w> To unsubscribe from this group, send email to
   w> android-beginners+unsubscr...@googlegroups.com
   w> For more options, visit this group at
   w> http://groups.google.com/group/android-beginners?hl=en

-- 
Jake Colman -- Android Tinkerer

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to