Skip to content

ercanpinar/Android

Repository files navigation

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.