sansky99 / mixpanel-android

Official Mixpanel tracking library for Android

Home Page:http://mixpanel.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mixpanel Android Library

Latest Version Build Status

March 01, 2017 - v4.9.7

Quick Installation

Check out our official documentation to learn how to install the library on Android Studio. It takes less than 2 minutes!

TLDR;

compile "com.mixpanel.android:mixpanel-android:4.+"

String projectToken = YOUR_PROJECT_TOKEN; // e.g.: "1ef7e30d2a58d27f4b90c42e31d6d7ad" 
MixpanelAPI mixpanel = MixpanelAPI.getInstance(this, projectToken);
mixpanel.track("My first event!");

I want to know more!

No worries, here are some links that you will find useful:

Have any questions? Reach out to support@mixpanel.com to speak to someone smart, quickly.

Want to Contribute?

The Mixpanel library for Android is an open source project, and we'd love to see your contributions! We'd also love for you to come and work with us! Check out our opening positions for details.

Changelog

See wiki page.

License

See LICENSE File for details. The Base64Coder,
ConfigurationChecker, and StackBlurManager classes, and the entirety of the
 com.mixpanel.android.java_websocket package used by this
software have been licensed from non-Mixpanel sources and modified
for use in the library. Please see the relevant source files, and the
LICENSE file in the com.mixpanel.android.java_websocket package for details.

The StackBlurManager class uses an algorithm by Mario Klingemann <mario@quansimondo.com>
You can learn more about the algorithm at
http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.html.

About

Official Mixpanel tracking library for Android

http://mixpanel.com/

License:Other


Languages

Language:Java 99.2%Language:Shell 0.6%Language:Python 0.2%