Skip to content

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 968 Bytes

README.md

File metadata and controls

executable file
·
32 lines (20 loc) · 968 Bytes

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, [email protected]

License

The StreetHawk Android SDK is available under the LGPL license.