Native ads are banner ads which have the same look and feel as the original items of an app have. You can integrate tapligh native ads by passing some simple steps. First, create an account from Tapligh panel. Next, register your app through this link.
- Add Tapligh repository into the main build.gradle file of your project like below:
repositories {
maven { url "https://dl.bintray.com/tapligh/Tapligh-SDK" }
}
- Next add tapligh native ad dependency into the gradle file of your app module.
dependencies {
implementation 'com.tapligh.sdk:native-sdk:1.+'
}
Please follow this link to understand how to integrate tapligh native ad in your app.