OfferDaddy SDK
Download Android SDK
Add OfferDaddy SDK to your project
Add offerdaddy_library-release.aar to your project and make the library a dependency.
Gradle files modifications
Add the following code to your app's Gradle file (if it's not already present):
dependencies {
....
compile project(":offerdaddy_library-release")
}
Continue to: How to display the Offer Wall ? or How to display the Surveys Wall ?