- Download the contents of repo and import the same in AndroidStudio
- 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
Register App on StreetHawk web console.
More documents on StreetHawk freshdesk.
StreetHawk, [email protected]
The StreetHawk Android SDK is available under the LGPL license.