Skip to content

🚨 No longer maintained - Growth Analytics SDK for Android

License

Notifications You must be signed in to change notification settings

SIROK-archive/growthanalytics-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Growth Analytics SDK for Android

🚨 This SDK is no longer maintained 🚨
You can use Growthbeat sdk insead:


Growth Analytics is analytics service for mobile apps.

Usage

  1. Install Growthbeat Core SDK.

  2. Add growthanalytics.jar into libs directory in your project.

  3. Write initialization code in MainActivity's onCreate.

    GrowthAnalytics.getInstance().initialize(getApplicationContext(), "APPLICATION_ID", "CREDENTIAL_ID");
  4. Write following code in MainActivity's onStart

    GrowthAnalytics.getInstance().open();
  5. Write following code in MainActivity's onStop

    GrowthAnalytics.getInstance().close();

Growthbeat Full SDK

You can use Growthbeat SDK instead of this SDK. Growthbeat is growth hack tool for mobile apps. You can use full functions include Growth Push when you use the following SDK.

License

Apache License, Version 2.0

About

🚨 No longer maintained - Growth Analytics SDK for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages