Use flurry to collect the android program running status in real time

Source: Internet
Author: User

 

1. Register http://www.flurry.com/

 

2. Create an application in flurry

 

3. Download The flurry SDK

 

4. Add flurryagent. jar to your classpath

 

5. Configure the androidmanifest. xml file and add Android. Permission. Internet

 

Android. Permission. access_coarse_location

Android. Permission. access_fine_location


Permission

 

6. Use flurry in the program

Import COM. flurry. android. flurryagent; <br/> Map <string, string> map = new hashmap <string, string> (); <br/> map. put ("logout_desc", "username [" + User. name + "] logout"); <br/> flurryagent. onevent ("User logout", MAP); <br/> Public void onstart () {<br/> super. onstart (); <br/> flurryagent. onstartsession (this, flurry_api_key); <br/>}< br/> Public void onstop () {<br/> super. onstop (); <br/> flurryagent. onendsession (this); <br/>}

 

 

Features of flurry statistical analysis:

  • Completely free
  • Provides accurate real-time data and stable services
  • Support for iPhone, Java, Android, and blackberry platforms, and release of Symbian and WM
  • The background statistical analysis interface is intuitive, allowing you to view global user distribution charts and other services
  • Allows developers to define events to better track users.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.