Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

StreetHawk Android SDK

Installation

  1. Download the contents of repo and import the same in AndroidStudio
  2. Add dependencies in your application.

Modify dependencies in your application's build.gradle file as shown below:

dependencies {
    compile project (':streethawkcore')    // core module
    compile project (':streethawkgrowth')  // growth 
    compile project (':streethawkpush')    // push 
    compile project (':streethawklocations') // location
    compile project (':streethawkbeacon')  // beacons
}

Click here for detailed documentation

StreetHawk web console

Register App on StreetHawk web console.

More documents on StreetHawk freshdesk.

Author

StreetHawk, support@streethawk.com

License

The StreetHawk Android SDK is available under the LGPL license.

About

StreetHawk SDK for Android

Topics

Resources

Packages

No packages published

Languages